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