Class MixedRealityControllerMappingProfile
New controller types can be registered by adding the MixedRealityControllerAttribute to the controller class.
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[] |