|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicsDeviceService
Defines a mechanism for retrieving GraphicsDevice objects.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
Microsoft.Xna.Framework.Graphics.GraphicsDevice |
getGraphicsDevice()
Retrieves a GraphicsDevice. |
Field Detail |
---|
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
Method Detail |
---|
Microsoft.Xna.Framework.Graphics.GraphicsDevice getGraphicsDevice()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |