Class Unit.DebugData
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public class Unit.DebugData : IUnitDebugData, IGraphElementDebugData
Properties
lastInvokeFrame
Declaration
public int lastInvokeFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
lastInvokeTime
Declaration
public float lastInvokeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
runtimeException
Declaration
public Exception runtimeException { get; set; }
Property Value
| Type | Description |
|---|---|
| Exception |