Beispiel #1
0
 public virtual void RecordBehaviorLog(Agent agent, BehaviorRunType runType, BehaviorType behaviorType, bool interruptFromBehavior = false)
 {
     agentsBehaviorLogs[agent].Add(new BehaviorLog()
     {
         time                  = Time.time,
         runType               = runType,
         behaviorType          = behaviorType,
         interruptFromBehavior = interruptFromBehavior
     });
 }
Beispiel #2
0
 public override void RecordBehaviorLog(Agent agent, BehaviorRunType runType, BehaviorType behaviorType, bool interruptFromBehavior = false)
 {
 }