 | 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.InterfacesAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxbool LogEnabled { get; set; }
Property LogEnabled As Boolean
Get
Set
property bool LogEnabled {
bool get ();
void set (bool value);
}
abstract LogEnabled : bool with get, set
Property Value
Type:
Boolean
See Also