Enum SUAnimationData.EndMode_ID
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public enum EndMode_ID
Fields
Name | Description |
---|---|
To | To the values setup in the inspector |
ToBottom | To the bottom (out) side of the parent rect |
ToCenter | To the center of the parent rect |
ToCurrent | To the current values (the ones before starting the whole animation) |
ToLeft | To the left (out) side of the parent rect |
ToRight | To the right (out) side of the parent rect |
ToStarting | To the values cached during Awake (if CacheComponents method is used ) |
ToTop | To the top (out) side of the parent rect |