コード例 #1
0
 public OrthoCamera(OrthoCamera cpy)
     : base(cpy)
 {
     this.Width  = cpy.Width;
     this.Height = cpy.Height;
 }
コード例 #2
0
 public OrthoCamera(OrthoCamera cpy)
     : base(cpy)
 {
     this.Width = cpy.Width;
     this.Height = cpy.Height;
 }