Class HandRay
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public class HandRay
Properties
Ray
Declaration
public Ray Ray { get; }
Property Value
Type | Description |
---|---|
Ray |
ShouldShowRay
Declaration
public bool ShouldShowRay { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Update(Vector3, Vector3, Transform, Handedness)
Declaration
public void Update(Vector3 handPosition, Vector3 palmNormal, Transform headTransform, Handedness sourceHandedness)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | handPosition | |
Vector3 | palmNormal | |
Transform | headTransform | |
Handedness | sourceHandedness |