Interface IMixedRealityServiceState
Interface providing properties that components can call to determine the current state of a mixed reality service.
Namespace: Microsoft.MixedReality.Toolkit
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityServiceState
Properties
IsEnabled
Indicates whether or not the service is currently enabled.
Declaration
bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsInitialized
Indicates whether or not the service has been initialized.
Declaration
bool IsInitialized { get; }
Property Value
Type | Description |
---|---|
Boolean |
IsMarkedDestroyed
Indicates whether or not the Destroy method been called on this service.
Declaration
bool IsMarkedDestroyed { get; }
Property Value
Type | Description |
---|---|
Boolean |