Click or drag to resize
AgentDataLogEnabled 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.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public bool LogEnabled { get; set; }

Property Value

Type: Boolean

Implements

IAgentDataLogEnabled
See Also