Search Results for

    Show / Hide Table of Contents

    Struct AnimGraphTraceEvent

    The animation graph state container for a single node playback trace (eg. animation sample info or state transition). Can be used by Anim Graph debugging or custom scripting.

    Assembly: FlaxEngine.dll
    File: Engine/Animations/Graph/AnimGraph.h
    Syntax
    public struct AnimGraphTraceEvent

    Fields

    Asset

    Declaration
    public Asset* Asset = nullptr
    Field Value
    Asset

    NodeId

    Declaration
    public uint32 NodeId = 0
    Field Value
    uint32

    NodePath

    Declaration
    public uint32 NodePath[8] = {}
    Field Value
    uint32

    Value

    Declaration
    public float Value = 0
    Field Value
    float

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat