XRSDKDeviceManager.DesiredInputCharacteristics 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.
protected:
virtual property System::Collections::Generic::List<UnityEngine::XR::InputDeviceCharacteristics> ^ DesiredInputCharacteristics { System::Collections::Generic::List<UnityEngine::XR::InputDeviceCharacteristics> ^ get(); void set(System::Collections::Generic::List<UnityEngine::XR::InputDeviceCharacteristics> ^ value); };
protected virtual System.Collections.Generic.List<UnityEngine.XR.InputDeviceCharacteristics> DesiredInputCharacteristics { get; set; }
member this.DesiredInputCharacteristics : System.Collections.Generic.List<UnityEngine.XR.InputDeviceCharacteristics> with get, set
Protected Overridable Property DesiredInputCharacteristics As List(Of InputDeviceCharacteristics)
Property Value
List<UnityEngine.XR.InputDeviceCharacteristics>