コード例 #1
0
ファイル: FieldCamera.cs プロジェクト: amisiak7/jewels2
 void Awake()
 {
     main = this;
     transform.position = new Vector3(0, 7, -10);
     GetComponent<Camera>().orthographicSize = defaultFOV;
 }
コード例 #2
0
 void Awake()
 {
     main = this;
     transform.position = new Vector3(0, 0.7f, -10);
     GetComponent <Camera> ().orthographicSize = defaultFOV;
 }
コード例 #3
0
ファイル: Scene.cs プロジェクト: IanWold/OutrageEngine
 /// <summary>
 ///
 /// </summary>
 /// <returns>The view of the scene for the loop</returns>
 public string Write()
 {
     return(FieldCamera.Write());
 }