|
override void | Finish () |
| Finalizes the animation process.
|
|
override void | PrepareAnimation () |
| Prepares the content for the animation process.
|
|
override void | Process (float value) |
| Processes the animation.
|
|
override void | OnDestroy () |
| Handles the destruction of the module.
|
|
override void | Prepare () |
| Prepares the content for the animation process.
|
|
override void | Process () |
| Processes the animation of the content.
|
|
void | Update () |
| Updates the state of the animation each frame. This method is called once per frame and is responsible for updating the progress of the animation, processing the animation, and finalizing the animation when it's complete.
|
|
override void | OnDestroy () |
| Handles the destruction of the module.
|
|
override void | OnViewerInitialized () |
| Handles the initialization of the viewer.
|
|
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.
|
|
|
float | duration = 0.3f |
| The duration of the animation.
|
|
AnimationCurve | curve = AnimationCurve.EaseInOut(0, 0, 1, 1) |
| The animation curve.
|
|
int | animatedTargetFrameIndex |
| The index of the target frame.
|
|
bool | isPlaying |
| Indicates whether the animation is playing.
|
|
Content | newContent |
| The new content.
|
|
Content | oldContent |
| The old content.
|
|
float | progress |
| The progress of the animation.
|
|
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 switching content with a vertical flip animation.