Class StateTransition.DebugData
Namespace: Unity.VisualScripting
Syntax
public class DebugData : IStateTransitionDebugData, IGraphElementDebugData
Properties
lastBranchFrame
Declaration
public int lastBranchFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Implements
lastBranchTime
Declaration
public float lastBranchTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Implements
runtimeException
Declaration
public Exception runtimeException { get; set; }
Property Value
| Type | Description |
|---|---|
| Exception |