Class BehaviorDebugData
Inheritance
System.Object
BehaviorDebugData
Assembly: Eco.Simulation.dll
Syntax
public class BehaviorDebugData : Object
Constructors
BehaviorDebugData()
Declaration
public BehaviorDebugData()
Fields
Results
Declaration
public List<(string, BTStatus, string)> Results
Field Value
Type |
Description |
System.Collections.Generic.List<System.ValueTuple<System.String, BTStatus, System.String>> |
|
StartTime
Declaration
Field Value
Type |
Description |
System.Double |
|
TickCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
Clear()
Declaration