MixedRealityControllerMappingProfile.MixedRealityControllerMappingProfiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
MixedRealityControllerMappingProfiles is obsolete. Please use MixedRealityControllerMappings.
public:
property cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityControllerMapping> ^ MixedRealityControllerMappingProfiles { cli::array <Microsoft::MixedReality::Toolkit::Input::MixedRealityControllerMapping> ^ get(); };
[System.Obsolete("MixedRealityControllerMappingProfiles is obsolete. Please use MixedRealityControllerMappings.")]
public Microsoft.MixedReality.Toolkit.Input.MixedRealityControllerMapping[] MixedRealityControllerMappingProfiles { get; }
[<System.Obsolete("MixedRealityControllerMappingProfiles is obsolete. Please use MixedRealityControllerMappings.")>]
member this.MixedRealityControllerMappingProfiles : Microsoft.MixedReality.Toolkit.Input.MixedRealityControllerMapping[]
Public ReadOnly Property MixedRealityControllerMappingProfiles As MixedRealityControllerMapping()
Property Value
- Attributes