IMixedRealitySceneSystem.WaitingToProceed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True when content has been loaded with an activation token and AllowSceneActivation has not been set to true. Useful for existing entities that shouldn't act until a newly loaded scene is actually activated.
public:
property bool WaitingToProceed { bool get(); };
public bool WaitingToProceed { get; }
member this.WaitingToProceed : bool
Public ReadOnly Property WaitingToProceed As Boolean