Enum EasingType
Easing type enumeration, e.g. for use in the Unity editor.
Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
public enum EasingType
Fields
| Name | Description |
|---|---|
| Back | |
| Bounce | |
| Circular | |
| Cubic | |
| Elastic | |
| Exponential | |
| Linear | |
| Quadratic | |
| Quartic | |
| Quintic | |
| Sinusoidal |