Interface IMixedRealityInputSource
Interface for an input source. An input source is the origin of user input and generally comes from a physical controller, sensor, or other hardware device.
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityInputSource : IMixedRealityEventSource, IEqualityComparer
Properties
Pointers
Array of pointers associated with this input source.
Declaration
IMixedRealityPointer[] Pointers { get; }
Property Value
Type | Description |
---|---|
IMixedRealityPointer[] |
SourceType
The type of input source this object represents.
Declaration
InputSourceType SourceType { get; }
Property Value
Type | Description |
---|---|
InputSourceType |