Enum SUCharTweenData.Mode_ID
Namespace: Surfer
Assembly: cs.temp.dll.dll
Syntax
public enum Mode_ID
Fields
Name | Description |
---|---|
JumpIn | |
JumpInFull | |
JumpOut | |
JumpOutFull | |
LeftToRight | Text characters will appear from left and disappear to right, one by one. |
None | |
RightToLeft | Text characters will appear from right and disappear to left, one by one. |
Shaking | Shaking characters effect. Duration will determine for how much time the should shake |
SplitIn | The text will be split in half and the left side will appear from left and the right one from right |
SplitOut | The text will be split in half and the left side will go left and the right one will go right |
Wave | Simple wave effect. Duration will determine the time required for the characters to make a single "move" up and down. |
WaveLoop | As Wave, but looped. |