Example #1
0
 /// <summary>
 /// Repositions the camera in the specified zone with the specified
 /// camera-space to zone-space transform.
 /// </summary>
 public void Reposition(Zone Zone, Matrix Transform)
 {
     this._Zone = Zone;
     this._CameraTransform = Transform;
 }
Example #2
0
 private void _SetBorder(int Index, Zone Border)
 {
     this._Borders[Index] = Border;
 }