Class UnitConnectionDebugData
Inheritance
UnitConnectionDebugData
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public class UnitConnectionDebugData : IUnitConnectionDebugData, IGraphElementDebugData
Properties
lastInvokeFrame
Declaration
public int lastInvokeFrame { get; set; }
Property Value
lastInvokeTime
Declaration
public float lastInvokeTime { get; set; }
Property Value
runtimeException
Declaration
public Exception runtimeException { get; set; }
Property Value
Implements
Extension Methods