 | 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.ImplementationsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool LogEnabled { get; set; }
Public Property LogEnabled As Boolean
Get
Set
public:
virtual property bool LogEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract LogEnabled : bool with get, set
override LogEnabled : bool with get, set
Property Value
Type:
BooleanImplements
IAgentDataLogEnabled
See Also