Delegate EasingMethod
Delegate for easing methods.
Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
public delegate float EasingMethod(float position);
Parameters
Type | Name | Description |
---|---|---|
System.Single | position |
Returns
Type | Description |
---|---|
System.Single |
Remarks
You can create custom easing methods simply by implementing a method with this delegate signature.