コード例 #1
0
ファイル: EventGhost.cs プロジェクト: rkfkrhdu12/LABSProject
 public void SetDirection(eGhostDir direction)
 {
     dir = direction;
     SpeedInit();
 }
コード例 #2
0
    private void Awake()
    {
        dir = eGhostDir.LEFT;

        SpeedInit();
    }
コード例 #3
0
ファイル: EventGhost.cs プロジェクト: rkfkrhdu12/LABSProject
 private void Awake()
 {
     dir = eGhostDir.LEFT;
 }