MixedRealityInputSystem.RequestNewGenericInputSource Method
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.
System.Object.RequestNewGenericInputSource(System.String,Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[],Microsoft.MixedReality.Toolkit.Input.InputSourceType)
public Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource RequestNewGenericInputSource (string name, Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] pointers = default, Microsoft.MixedReality.Toolkit.Input.InputSourceType sourceType = Microsoft.MixedReality.Toolkit.Input.InputSourceType.Other);
abstract member RequestNewGenericInputSource : string * Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] * Microsoft.MixedReality.Toolkit.Input.InputSourceType -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource
override this.RequestNewGenericInputSource : string * Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] * Microsoft.MixedReality.Toolkit.Input.InputSourceType -> Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource
Public Function RequestNewGenericInputSource (name As String, Optional pointers As IMixedRealityPointer() = Nothing, Optional sourceType As InputSourceType = Microsoft.MixedReality.Toolkit.Input.InputSourceType.Other) As IMixedRealityInputSource
Parameters
- name
- String
- pointers
- IMixedRealityPointer[]
- sourceType
- InputSourceType