コード例 #1
0
 /// <summary>
 /// Begins exploring for the target
 /// </summary>
 protected void BeginExploring(MobExplore.Target target = MobExplore.Target.food, float exploreDuration = -1f)
 {
     ResetBehaviours();
     mobExplore.BeginExploring(target);
     exploreTimeMax = exploreDuration;
     exploringTime  = 0f;
 }