Class UnitConnectionDebugData
  
Inheritance
UnitConnectionDebugData
 
Syntax
public class UnitConnectionDebugData : IUnitConnectionDebugData, IGraphElementDebugData
 
Properties
  
lastInvokeFrame
Declaration
public int? lastInvokeFrame { get; set; }
 
Property Value
Implements
lastInvokeTime
Declaration
public float? lastInvokeTime { get; set; }
 
Property Value
Implements
runtimeException
Declaration
public Exception runtimeException { get; set; }
 
Property Value
Implements
Explicit Interface Implementations
  
IGraphElementDebugData.lastActiveFrame
Declaration
int? IGraphElementDebugData.lastActiveFrame { get; }
 
Returns
Implements
IGraphElementDebugData.lastActiveTime
Declaration
float? IGraphElementDebugData.lastActiveTime { get; }
 
Returns
Implements
Extension Methods