Delegate TweenStaticAccessorPlugin.GetAccessor<TTarget, TValue>
Delegate for callbacks accessing a property.
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate TValue GetAccessor<TTarget, TValue>(TTarget target)
where TTarget : class;
Parameters
Type | Name | Description |
---|---|---|
TTarget | target | Target to get the property from |
Returns
Type | Description |
---|---|
TValue | The property value |
Type Parameters
Name | Description |
---|---|
TTarget | The type of the target |
TValue | The type of the value |