publicstaticGraphicsDeviceManagerGraphicsDeviceManager{set{graphicsDeviceManager=value;}get{if(graphicsDeviceManager==null)thrownewInvalidOperationException("Graphics device manager property requested as substitute but configuration does not have one.");returngraphicsDeviceManager;}}
publicstaticCamera2DCamera2D{set{camera2D=value;}get{if(camera2D==null)thrownewInvalidOperationException("2D camera property requested as substitute but configuration does not have one.");returncamera2D;}}
/// The begin sprite batch to use for custom begins and consistency.
/// </summary>
publicstaticBeginBatchBeginBatchFunction{set{beginBatchFunction=value;}get{if(beginBatchFunction==null)thrownewInvalidOperationException("No default begin batch has been set yet has been requested.");returnbeginBatchFunction;}}