コード例 #1
0
ファイル: UserTarget.cs プロジェクト: ManuelJager/ProjectExa
 public void ImportValues(CameraTarget otherTarget)
 {
     this.worldPosition = otherTarget.GetWorldPosition();
     this.ZoomScale     = otherTarget.ZoomScale;
 }