コード例 #1
0
 protected NPC()
 {
     localPathing.GridSize = 0.3f;
     highLevelGoalState = new HighLevelGoalState(this);
     navMeshLevelGoalState = new NavMeshLevelGoalState(this);
     motionLevelGoalState = new MotionLevelGoalState(this);
 }
コード例 #2
0
 protected NPC()
 {
     localPathing.GridSize = 0.3f;
     highLevelGoalState    = new HighLevelGoalState(this);
     navMeshLevelGoalState = new NavMeshLevelGoalState(this);
     motionLevelGoalState  = new MotionLevelGoalState(this);
 }
コード例 #3
0
 public NPC()
 {
     highLevelGoalState = new HighLevelGoalState(this);
     navMeshLevelGoalState = new NavMeshLevelGoalState(this);
     motionLevelGoalState = new MotionLevelGoalState(this);
     DebugID = idCount++;
 }
コード例 #4
0
 public NPC()
 {
     highLevelGoalState    = new HighLevelGoalState(this);
     navMeshLevelGoalState = new NavMeshLevelGoalState(this);
     motionLevelGoalState  = new MotionLevelGoalState(this);
     DebugID = idCount++;
 }