mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class MixedRealityControllerMappingProfile

    New controller types can be registered by adding the MixedRealityControllerAttribute to the controller class.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealityControllerMappingProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityControllerMappingProfile : BaseMixedRealityProfile, ScriptableObject

    Properties

    MixedRealityControllerMappingProfiles

    Declaration
    public MixedRealityControllerMapping[] MixedRealityControllerMappingProfiles { get; }
    Property Value
    Type Description
    MixedRealityControllerMapping[]

    MixedRealityControllerMappingProfiles

    Declaration
    public MixedRealityControllerMapping[] MixedRealityControllerMappingProfiles { get; }
    Property Value
    Type Description
    MixedRealityControllerMapping[]

    MixedRealityControllerMappings

    The list of controller mappings your application can use.

    Declaration
    public MixedRealityControllerMapping[] MixedRealityControllerMappings { get; }
    Property Value
    Type Description
    MixedRealityControllerMapping[]

    MixedRealityControllerMappings

    The list of controller mappings your application can use.

    Declaration
    public MixedRealityControllerMapping[] MixedRealityControllerMappings { get; }
    Property Value
    Type Description
    MixedRealityControllerMapping[]

    Implements

    ScriptableObject
    In This Article
    • Properties
      • MixedRealityControllerMappingProfiles
      • MixedRealityControllerMappingProfiles
      • MixedRealityControllerMappings
      • MixedRealityControllerMappings
    • Implements
    Back to top Generated by DocFX