Interface IMixedRealityTouchPointer
Interface for handling touch pointers.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityTouchPointer : IMixedRealityPointer, IEqualityComparer
Properties
FingerId
Current finger id of the touch.
Declaration
int FingerId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TouchRay
Current touch ray.
Declaration
Ray TouchRay { get; set; }
Property Value
Type | Description |
---|---|
Ray |