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
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
|