Class PoseTimestampRecord
Record that maps a pose to a timestamp
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth.Labelers
Assembly: Unity.Perception.Runtime.dll
Syntax
[Serializable]
[MovedFrom("UnityEngine.Perception.GroundTruth")]
public class PoseTimestampRecord
Fields
poseLabel
The label to use for any captures inside of this time period
Declaration
public string poseLabel
Field Value
Type | Description |
---|---|
string |
startOffsetPercent
The percentage within the clip that the pose starts, a value from 0 (beginning) to 1 (end)
Declaration
[Tooltip("The percentage within the clip that the pose starts, a value from 0 (beginning) to 1 (end)")]
public float startOffsetPercent
Field Value
Type | Description |
---|---|
float |