Classes
Class | Description | |
---|---|---|
BasicFollower |
Represents a basic follower which exists within the custom animation system
| |
CurveFollower |
Represents a transform that follows a curve according certain parameters
| |
CustomFollower |
A custom follower, integrated into the timeing system, to execute custom actions and events (instead of following curves)
| |
DefaultTimeController |
This class controls the global time according to the elapsed time
Forward Playback
Starts from the beginning when the end is reached
| |
FollowerController |
This class controls the synchronization of the followers and the global time
| |
MainContainer |
The main container that usually contains all curves and followers
|
Delegates
Delegate | Description | |
---|---|---|
ContainerCompiledEvent |
An event that occurs after the main container was compiled
|
Enumerations
Enumeration | Description | |
---|---|---|
CycleMode |
How often the curve should be followed from start to end
| |
FollowMode |
Defines how to follow the curve and what happens at the end point
|