IMixedRealityServiceState Interface

Definition

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.

Applies to