コード例 #1
0
    public override void Enter(MovingVoice owner)
    {
        base.Enter(owner);

        currentGoal = bathroom;
    }
コード例 #2
0
 public override void UpdateState(MovingVoice owner)
 {
     base.UpdateState(owner);
 }
コード例 #3
0
 public override void Exit(MovingVoice owner)
 {
     base.Exit(owner);
 }
コード例 #4
0
 public override void UpdateState(MovingVoice owner)
 {
     base.UpdateState(owner);
 }
コード例 #5
0
 public override void Enter(MovingVoice owner)
 {
     base.Enter(owner);
 }
コード例 #6
0
    public override void Enter(MovingVoice owner)
    {
        base.Enter(owner);

        currentGoal = bedroom;
    }
コード例 #7
0
 public override void Exit(MovingVoice owner)
 {
     base.Exit(owner);
 }
コード例 #8
0
 public override void Exit(MovingVoice owner)
 {
     base.Exit(owner);
     Debug.Log("cleaning up");
 }
コード例 #9
0
    public override void Enter(MovingVoice owner)
    {
        base.Enter(owner);

        currentGoal = kitchen;
    }
コード例 #10
0
    public override void Enter(MovingVoice owner)
    {
        base.Enter(owner);

        currentGoal = kitchen;
    }
コード例 #11
0
 public override void Exit(MovingVoice owner)
 {
     base.Exit(owner);
     Debug.Log("cleaning up");
 }
コード例 #12
0
 public override void Enter(MovingVoice owner)
 {
     base.Enter(owner);
 }