/// <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; }
private void _SetBorder(int Index, Zone Border) { this._Borders[Index] = Border; }