Class UnitConnectionDebugData
Namespace: Unity.VisualScripting
Syntax
public class UnitConnectionDebugData : IUnitConnectionDebugData, IGraphElementDebugData
Properties
lastInvokeFrame
Declaration
public int lastInvokeFrame { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
lastInvokeTime
Declaration
public float lastInvokeTime { get; set; }
Property Value
Type | Description |
---|---|
Single |
Implements
runtimeException
Declaration
public Exception runtimeException { get; set; }
Property Value
Type | Description |
---|---|
Exception |