We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Generated by DocFX