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

    Interface IAnimationMixerRootMotionInput

    Namespace: Unity.Timeline.Animation
    Syntax
    public interface IAnimationMixerRootMotionInput

    Properties

    AdditiveOffset

    The root motion offset when in additive mode

    Declaration
    RigidTransform AdditiveOffset { get; }
    Property Value
    Type Description
    RigidTransform

    ClipOffset

    Declaration
    RigidTransform ClipOffset { get; set; }
    Property Value
    Type Description
    RigidTransform

    RootOffsetMode

    Options for how the offsets are applied

    Declaration
    RootOffsetMode RootOffsetMode { get; set; }
    Property Value
    Type Description
    RootOffsetMode

    TrackToClipOffset

    Declaration
    RigidTransform TrackToClipOffset { get; set; }
    Property Value
    Type Description
    RigidTransform

    Methods

    BuildRootMotionInput(BlobAssetStore, BlobAssetReference<RigDefinition>, BlendingMode)

    Declaration
    void BuildRootMotionInput(BlobAssetStore store, BlobAssetReference<RigDefinition> rig, BlendingMode mode)
    Parameters
    Type Name Description
    BlobAssetStore store
    BlobAssetReference<RigDefinition> rig
    BlendingMode mode

    GetAnimatedRootMotion(BlobAssetStore, out DiscreteTime, out BlobAssetReference<AnimatedRigidTransformBlob>)

    Declaration
    void GetAnimatedRootMotion(BlobAssetStore store, out DiscreteTime timeOffset, out BlobAssetReference<AnimatedRigidTransformBlob> clip)
    Parameters
    Type Name Description
    BlobAssetStore store
    DiscreteTime timeOffset
    BlobAssetReference<AnimatedRigidTransformBlob> clip
    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