Class StateTransition.DebugData
Inheritance
StateTransition.DebugData
Assembly: Unity.VisualScripting.State.dll
Syntax
public class StateTransition.DebugData : IStateTransitionDebugData, IGraphElementDebugData
Properties
lastBranchFrame
Declaration
public int lastBranchFrame { get; set; }
Property Value
lastBranchTime
Declaration
public float lastBranchTime { get; set; }
Property Value
runtimeException
Declaration
public Exception runtimeException { get; set; }
Property Value
Implements
Extension Methods