MixedRealityControllerAttribute.SupportedHandedness 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.
List of handedness values supported by the respective controller.
public:
property cli::array <Microsoft::MixedReality::Toolkit::Utilities::Handedness> ^ SupportedHandedness { cli::array <Microsoft::MixedReality::Toolkit::Utilities::Handedness> ^ get(); };
public Microsoft.MixedReality.Toolkit.Utilities.Handedness[] SupportedHandedness { get; }
member this.SupportedHandedness : Microsoft.MixedReality.Toolkit.Utilities.Handedness[]
Public ReadOnly Property SupportedHandedness As Handedness()