コード例 #1
0
 void Awake()
 {
     this.State   = SteeringState.Stopped;
     this.manager = RecastSteeringManager.Instance;
     if (this.manager == null)
     {
         Debug.LogError("Null SteeringManager");
     }
 }
コード例 #2
0
 void Awake()
 {
     this.State = SteeringState.Stopped;
     this.Target = transform.position;
     this.manager = RecastSteeringManager.Instance;
     if (this.manager == null)
         Debug.LogError("Null SteeringManager");
 }
コード例 #3
0
 //Funda
 public void UpdatePushiness(RecastSteeringManager.Pushiness pushiness)
 {
     this.manager.UpdateAgentPushiness(this.id, pushiness);
 }
コード例 #4
0
 void Awake()
 {
     this.State = SteeringState.Stopped;
     this.manager = RecastSteeringManager.Instance;
     if (this.manager == null)
         Debug.LogError("Null SteeringManager");
 }