mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityServiceInspectorAttribute

    Attach to a class implementing IMixedRealityServiceInspector to generate a facade inspector.

    Inheritance
    Object
    MixedRealityServiceInspectorAttribute
    Implements
    Attribute
    Namespace: Microsoft.MixedReality.Toolkit
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityServiceInspectorAttribute : Attribute, Attribute

    Constructors

    MixedRealityServiceInspectorAttribute(Type)

    Declaration
    public MixedRealityServiceInspectorAttribute(Type serviceType)
    Parameters
    Type Name Description
    Type serviceType

    MixedRealityServiceInspectorAttribute(Type)

    Declaration
    public MixedRealityServiceInspectorAttribute(Type serviceType)
    Parameters
    Type Name Description
    Type serviceType

    Properties

    ServiceType

    Declaration
    public Type ServiceType { get; }
    Property Value
    Type Description
    Type

    ServiceType

    Declaration
    public Type ServiceType { get; }
    Property Value
    Type Description
    Type

    Implements

    Attribute
    In This Article
    • Constructors
      • MixedRealityServiceInspectorAttribute(Type)
      • MixedRealityServiceInspectorAttribute(Type)
    • Properties
      • ServiceType
      • ServiceType
    • Implements
    Back to top Generated by DocFX