Class for the immediate switch between frames. More...
Protected Member Functions | |
override void | Process () |
Processes the animation. | |
![]() | |
virtual void | Finish () |
Finalizes the transition process. | |
override void | OnDestroy () |
Handles the destruction of the module. | |
override void | OnViewerInitialized () |
Handles the initialization of the viewer. | |
virtual void | Prepare () |
Prepares the content for the animation process. | |
![]() | |
virtual void | OnFrameChangeComplete () |
Handles the completion of the frame change. | |
virtual void | OnFrameChanged (int index) |
Handles the FrameChanged event of the viewer's message system. | |
virtual void | OnReload () |
Method called when the list or contents of frames have been changed. | |
Additional Inherited Members | |
![]() | |
override void | Initialize (Viewer viewer) |
Initializes the module with a given Viewer instance. | |
virtual void | Initialize (Viewer viewer, int frameIndex) |
Initializes the module with a given Viewer instance and frame index. | |
![]() | |
int | targetFrameIndex |
The index of the target frame. | |
![]() | |
ContentContainer | contentContainer |
The ContentContainer instance associated with the module. | |
![]() | |
int | currentFrameIndex [get, protected set] |
The index of the current frame. | |
![]() | |
RectTransform | contentTransform [get] |
Gets the RectTransform of the content container. | |
![]() | |
MessageSystem | messageSystem [get] |
Gets the MessageSystem instance from the Viewer. | |
virtual Property[] | properties [get] |
Gets an array of Property objects associated with the module. | |
RectTransform | rectTransform [get] |
Gets the RectTransform component of the module. | |
Viewer | viewer [get] |
Gets the Viewer instance associated with the module. | |
Class for the immediate switch between frames.