Enum AdditiveSceneRole
Semantic role of an additively loaded scene in the stack (for selective unload).
public enum AdditiveSceneRole
Fields
Additive = 0Additive load that does not become the active scene.
Override = 1Additive load that became the active scene after load.
RuntimeAdditive = 2Runtime additive content that does not become the active scene.
RuntimeOverride = 3Runtime additive content that became the active scene after load.