日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    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
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class MixedRealityControllerMappingProfile : BaseMixedRealityProfile

    Properties

    MixedRealityControllerMappingProfiles

    Declaration
    [Obsolete("MixedRealityControllerMappingProfiles is obsolete. Please use MixedRealityControllerMappings.")]
    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[]
    Back to top Generated by DocFX