Interface IUnitConnectionDebugData
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IUnitConnectionDebugData : IGraphElementDebugData
Properties
lastInvokeFrame
Declaration
int? lastInvokeFrame { get; set; }
Property Value
| Type | Description | 
|---|---|
| Nullable<Int32> | 
lastInvokeTime
Declaration
float? lastInvokeTime { get; set; }
Property Value
| Type | Description | 
|---|---|
| Nullable<Single> |