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