The '''SlideSwapRegion''' component takes in a [[Component:RectTransform|RectTransform]] of a [[UIX]] element and uses it for a slide swap.
The '''SlideSwapRegion''' component takes in a [[Component:RectTransform|RectTransform]] of a [[UIX]] element and uses it for a slide swap. This is an internal component used by the game engine to manage things like the inventory and tutorial pages to name a couple. This isn't usable by the player in any meaningful way because of this.
<!--T:3-->
<!--T:3-->
{{Table ComponentFields
{{Table ComponentFields
|_current|'''[[Component:RectTransform|RectTransform]]'''|TypeAdv0=true|Internal - The [[Component:RectTransform|RectTransform]] to swap.
|_current|'''[[Component:RectTransform|RectTransform]]'''|TypeAdv0=true|Internal - The [[Component:RectTransform|RectTransform]] to swap. This component acting as a controller for what this points to.
}}
}}
<!--T:4-->
<!--T:4-->
== Usage ==
== Usage ==
Not used by the player. used by internal game elements.
The SlideSwapRegion component takes in a RectTransform of a UIX element and uses it for a slide swap. This is an internal component used by the game engine to manage things like the inventory and tutorial pages to name a couple. This isn't usable by the player in any meaningful way because of this.