IMixedRealitySceneSystem.PrevContentExists 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.
Returns true if a content scene appears in build settings PRIOR to the latest loaded build index. Use to verify that LoadPrevContent can be performed without wrapping.
public:
property bool PrevContentExists { bool get(); };
public bool PrevContentExists { get; }
member this.PrevContentExists : bool
Public ReadOnly Property PrevContentExists As Boolean