Class 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.
Inheritance
System.Object
AnimGraphTraceEvent
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class AnimGraphTraceEvent : ValueType
Fields
Asset
Contextual asset used. For example, sampled animation.
Declaration
public Asset Asset
Field Value
Asset
|
NodeId
Identifier of the node in the graph.
Declaration
public uint NodeId
Field Value
System.UInt32
|
Value
Generic value contextual to playback type (eg. animation sample position).
Declaration
public float Value
Field Value
System.Single
|