FollowPath.LoopType
Enum in Zigurous.Animation
Declaration
public enum LoopType
Description
A type of looping behavior.
Properties
None | Turns off looping. |
Restart | Restarts the object from the beginning of the path after it reaches the end. The object will jump to the position of the first node. |
Circular | After reaching the end of the path, the object will traverse back to the first node and continue with the next loop. |
PingPong | The object traverses along the path forwards then backwards then forwards then backwards, etc. |