MixedRealityToolkit.HasActiveProfile 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.
Checks if there is a valid instance of the MixedRealityToolkit, then checks if there is there a valid Active Profile.
public:
property bool HasActiveProfile { bool get(); };
public bool HasActiveProfile { get; }
member this.HasActiveProfile : bool
Public ReadOnly Property HasActiveProfile As Boolean