Room Loader Type

This enum is used to determine the room loader type and represents various room loader scenarios.

Values

  1. NoneScene: The scene will not load as the room loader.

  2. SingleScene: A single scene will be loaded, other scenes will be disabled.

  3. AdditiveScene: The scene will be added and loaded, combined with existing scenes.

Last updated