Class Unit.DebugData
Inheritance
object
Unit.DebugData
Namespace: Unity.VisualScripting
Assembly: solution.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 |