IMixedRealityServiceState Interface
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.
Interface providing properties that components can call to determine the current state of a mixed reality service.
public interface class IMixedRealityServiceState
public interface IMixedRealityServiceState
type IMixedRealityServiceState = interface
Public Interface IMixedRealityServiceState
- Derived
Properties
IsEnabled |
Indicates whether or not the service is currently enabled. |
IsInitialized |
Indicates whether or not the service has been initialized. |
IsMarkedDestroyed |
Indicates whether or not the Destroy method been called on this service. |