Module for interacting with the content of the gallery.
More...
|
ContentContainer | contentContainer |
| The ContentContainer instance associated with the module.
|
|
|
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.
|
|
|
virtual void | OnDestroy () |
| Handles the destruction of the module.
|
|
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.
|
|
virtual void | OnViewerInitialized () |
| Handles the Initialized event of the viewer.
|
|
Module for interacting with the content of the gallery.
◆ Initialize()
override void Initialize |
( |
Viewer | viewer | ) |
|
|
virtual |
Initializes the module with a given Viewer instance.
- Parameters
-
Reimplemented from Module.
Reimplemented in Transition.