public interface IGraphicsDeviceService
Modifier and Type | Field and Description |
---|---|
static System.Event<System.EventArgs> |
DeviceCreated
The event that occurs when a graphics device is created.
|
static System.Event<System.EventArgs> |
DeviceDisposing
The event that occurs when a graphics device is disposing.
|
static System.Event<System.EventArgs> |
DeviceReset
The event that occurs when a graphics device is reset.
|
static System.Event<System.EventArgs> |
DeviceResetting
The event that occurs when a graphics device is in the process of resetting.
|
Modifier and Type | Method and Description |
---|---|
Microsoft.Xna.Framework.Graphics.GraphicsDevice |
getGraphicsDevice()
Retrieves a GraphicsDevice.
|
static final System.Event<System.EventArgs> DeviceCreated
static final System.Event<System.EventArgs> DeviceDisposing
static final System.Event<System.EventArgs> DeviceReset
static final System.Event<System.EventArgs> DeviceResetting