Delegate TweenStaticAccessorPlugin.SetAccessor<TTarget, TValue>
Delegate for callback setting a property.
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate void SetAccessor<TTarget, TValue>(TTarget target, TValue value)
where TTarget : class;
Parameters
Type | Name | Description |
---|---|---|
TTarget | target | Target to set the property on |
TValue | value | Value to set the property to |
Type Parameters
Name | Description |
---|---|
TTarget | The type of the target |
TValue | The type of the value |