Class RootMotionBlobAsset
A serialized root motion clip used by animation clips.
Namespace: Unity.Timeline.Animation
Syntax
[Serializable]
public class RootMotionBlobAsset : ScriptableObject, ISerializationCallbackReceiver
Fields
Hash
The generated hash used to identify the contents of the clip
Declaration
public Entities.Hash128 Hash
Field Value
Type | Description |
---|---|
Entities.Hash128 |
RootMotionClip
The blob asset reference
Declaration
[NonSerialized]
public BlobAssetReference<AnimatedRigidTransformBlob> RootMotionClip
Field Value
Type | Description |
---|---|
BlobAssetReference<AnimatedRigidTransformBlob> |
RootMotionTimeOffset
The time offset used by the clip
Declaration
public double RootMotionTimeOffset
Field Value
Type | Description |
---|---|
Double |