Show / Hide Table of Contents

Class BehaviorDebugData

Inheritance
System.Object
BehaviorDebugData
Namespace: Eco.Simulation.Agents.AI
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
public double StartTime
Field Value
Type Description
System.Double

TickCount

Declaration
public int TickCount
Field Value
Type Description
System.Int32

Methods

Clear()

Declaration
public void Clear()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾