Beispiel #1
0
 public void ImportValues(CameraTarget otherTarget)
 {
     this.worldPosition = otherTarget.GetWorldPosition();
     this.ZoomScale     = otherTarget.ZoomScale;
 }