Interface IGraphElementDebugData
Namespace: Ludiq.Bolt
Syntax
public interface IGraphElementDebugData
  Properties
lastActiveFrame
Declaration
int? lastActiveFrame { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<Int32> | 
lastActiveTime
Declaration
float? lastActiveTime { get; }
  Property Value
| Type | Description | 
|---|---|
| Nullable<Single> | 
runtimeException
Declaration
Exception runtimeException { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Exception |