Class Animations.DebugFlowInfo
Data wrapper for the debug flow information.
Inheritance
System.Object
Animations.DebugFlowInfo
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class DebugFlowInfo : ValueType
Fields
Asset
BoxId
Graph box id.
Declaration
public uint BoxId
Field Value
System.UInt32
|
Instance
NodeId
Graph node id.
Declaration
public uint NodeId
Field Value
System.UInt32
|