Interface IUnitDebugData
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public interface IUnitDebugData : IGraphElementDebugData
Properties
lastInvokeFrame
Declaration
int lastInvokeFrame { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
lastInvokeTime
Declaration
float lastInvokeTime { get; set; }
Property Value
| Type | Description |
|---|---|
| float |