Class InputRecordingBuffer.Keyframe
The input state for a single frame
Inheritance
InputRecordingBuffer.Keyframe
Assembly: cs.temp.dll.dll
Constructors
Declaration
public Keyframe(float time)
Parameters
Type |
Name |
Description |
Single |
time |
|
Properties
Declaration
public MixedRealityPose CameraPose { get; set; }
Property Value
Type |
Description |
MixedRealityPose |
|
Declaration
public Ray GazeRay { get; set; }
Property Value
Declaration
public Dictionary<TrackedHandJoint, MixedRealityPose> LeftJoints { get; set; }
Property Value
Type |
Description |
Dictionary<TrackedHandJoint, MixedRealityPose> |
|
Declaration
public bool LeftPinch { get; set; }
Property Value
Declaration
public bool LeftTracked { get; set; }
Property Value
Declaration
public Dictionary<TrackedHandJoint, MixedRealityPose> RightJoints { get; set; }
Property Value
Type |
Description |
Dictionary<TrackedHandJoint, MixedRealityPose> |
|
Declaration
public bool RightPinch { get; set; }
Property Value
Declaration
public bool RightTracked { get; set; }
Property Value
Declaration
public float Time { get; set; }
Property Value