Component image
The AxisMultiViewportPanner component toggles through UIX element's active state, min and max of the RectTransform's anchor. This allows a user to make "pages" in UIX.
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
ViewportIndex
|
Int | The current focused viewport UIX element. |
AnimationTime
|
Float | The time it takes to pan across to get to the selected viewport index. |
Direction
|
AlignDirection | The direction this animates to get to the selected viewport index. |
Viewports
|
list of Viewport | The list of UIX element viewports to pan to. |
Usage
This is useful if you want to make a slideshow, tab pages for UIX, or anything that you want to have pan across for multiple pages in your design.