Class RootMotionBlobAsset | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Class RootMotionBlobAsset

    A serialized root motion clip used by animation clips.

    Inheritance
    Object
    RootMotionBlobAsset
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023