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

    Struct AnimationMixerBuffer

    Represents the mixer output from an Animation Track

    Namespace: Unity.Timeline.Animation
    Syntax
    public struct AnimationMixerBuffer : IBufferElementData, IEquatable<AnimationMixerBuffer>

    Fields

    BlendingMode

    The blending mode of this input into the layer mixer

    Declaration
    public BlendingMode BlendingMode
    Field Value
    Type Description
    BlendingMode

    Node

    The node output by the animation track

    Declaration
    public NodeHandle Node
    Field Value
    Type Description
    NodeHandle

    PortId

    The port of the node that outputs the animation stream

    Declaration
    public OutputPortID PortId
    Field Value
    Type Description
    OutputPortID

    Priority

    The priority of this output. x = track priority, y = start time, z = track index inside a timeline

    Declaration
    public int4 Priority
    Field Value
    Type Description
    int4

    RootMotionNode

    The node outputting the root motion data as a RigidTransform

    Declaration
    public NodeHandle RootMotionNode
    Field Value
    Type Description
    NodeHandle

    RootMotionPortId

    The port of the node outputting the root motion

    Declaration
    public OutputPortID RootMotionPortId
    Field Value
    Type Description
    OutputPortID

    WeightNode

    The node that outputs the weight. This may or may node be the same as the node that outputs the stream

    Declaration
    public NodeHandle WeightNode
    Field Value
    Type Description
    NodeHandle

    WeightPortID

    The port of the weight of the output

    Declaration
    public OutputPortID WeightPortID
    Field Value
    Type Description
    OutputPortID

    Methods

    Equals(AnimationMixerBuffer)

    Declaration
    public bool Equals(AnimationMixerBuffer other)
    Parameters
    Type Name Description
    AnimationMixerBuffer other
    Returns
    Type Description
    Boolean

    PriorityCompare(AnimationMixerBuffer, AnimationMixerBuffer)

    Declaration
    public static int PriorityCompare(in AnimationMixerBuffer a, in AnimationMixerBuffer b)
    Parameters
    Type Name Description
    AnimationMixerBuffer a
    AnimationMixerBuffer b
    Returns
    Type Description
    Int32
    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