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