Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Component:SlideSwapRegion

From Resonite Wiki
Revision as of 19:46, 4 February 2026 by 989onan (talk | contribs) (fix formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
SlideSwapRegion component as seen in the Scene Inspector

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.

Fields

Fields
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. Some components stop their functionality when this field is disabled, but some don't.
_current RectTransform Internal - The RectTransform to swap. This component acting as a controller for what this points to.

Usage

Not used by the player. used by internal game elements.

Examples

See Also