Enum LifeCycle
Defines the looping (or not) properties of an item held in a distortion collection
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public enum LifeCycle : int
Fields
| Name | Description |
|---|---|
| LoopLinear | Interpolation fraction returns to 0 when it reaches 1 as it loops |
| LoopReverse | |
| Single | One shot - evolves to final configuration and is removed from the collection |