コード例 #1
0
ファイル: Camera.cs プロジェクト: robhanlon22/Quad64
 public void setLevel(Level level)
 {
     this.level = level;
     camMode = CameraMode.FLY;
 }