Enum SUAnimationData.StartMode_ID
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public enum StartMode_ID
Fields
Name | Description |
---|---|
From | From the values setup in the inspector |
FromBottom | From the bottom (out) side of the parent rect |
FromCenter | From the center of the parent rect |
FromCurrent | From the current values |
FromLeft | From the left (out) side of the parent rect |
FromRight | From the right (out) side of the parent rect |
FromStarting | From the values cached during Awake (if CacheComponents method is used ) |
FromTop | From the top (out) side of the parent rect |
None |