Room Loader Type
This enum is used to determine the room loader type and represents various room loader scenarios.
Values
NoneScene
: The scene will not load as the room loader.SingleScene
: A single scene will be loaded, other scenes will be disabled.AdditiveScene
: The scene will be added and loaded, combined with existing scenes.
Last updated