Click or drag to resize
IAgentDataLogEnabled Property
Indicates if this behavior should log events. If not set the behaviors/deciders should only log warnings and errors to the logger.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
bool LogEnabled { get; set; }

Property Value

Type: Boolean
See Also