Class AnimationPoseConfig
The animation pose config is a configuration file that maps a time range in an animation clip to a ground truth pose. The timestamp record is defined by a pose label and a start time. The timestamp records are order dependent.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[CreateAssetMenu(fileName = "AnimationPoseConfig", menuName = "Perception/Animation Pose Config")]
public class AnimationPoseConfig : ScriptableObject
Fields
| Name | Description |
|---|---|
| animationClip | The animation clip used for all of the timestamps |
| timestamps | The list of timestamps, order dependent |
Methods
| Name | Description |
|---|---|
| GetPoseAtTime(float) | Retrieves the pose for the clip at the current time. |