Class SimulatedHandData
Snapshot of simulated hand data.
Inheritance
SimulatedHandData
Assembly: cs.temp.dll.dll
[Serializable]
public class SimulatedHandData
Properties
Declaration
public bool IsPinching { get; }
Property Value
Declaration
public bool IsTracked { get; }
Property Value
Declaration
public MixedRealityPose[] Joints { get; }
Property Value
Type |
Description |
MixedRealityPose[] |
|
Declaration
public long Timestamp { get; }
Property Value
Methods
Declaration
public void Copy(SimulatedHandData other)
Parameters
Declaration
public bool Update(bool isTrackedNew, bool isPinchingNew, SimulatedHandData.HandJointDataGenerator generator)
Parameters
Returns
Declaration
public bool UpdateWithTimestamp(long timestampNew, bool isTrackedNew, bool isPinchingNew, SimulatedHandData.HandJointDataGenerator generator)
Parameters
Returns