BaseGenericInputSource Constructor
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.
Constructor.
public BaseGenericInputSource (string name, Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] pointers = default, Microsoft.MixedReality.Toolkit.Input.InputSourceType sourceType = Microsoft.MixedReality.Toolkit.Input.InputSourceType.Other);
new Microsoft.MixedReality.Toolkit.Input.BaseGenericInputSource : string * Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer[] * Microsoft.MixedReality.Toolkit.Input.InputSourceType -> Microsoft.MixedReality.Toolkit.Input.BaseGenericInputSource
Public Sub New (name As String, Optional pointers As IMixedRealityPointer() = Nothing, Optional sourceType As InputSourceType = Microsoft.MixedReality.Toolkit.Input.InputSourceType.Other)
Parameters
- name
- String
- pointers
- IMixedRealityPointer[]
- sourceType
- InputSourceType