Interface IGraphicsDeviceService
Service providing method to access GraphicsDevice life-cycle.
public interface IGraphicsDeviceService
Properties
GraphicsDevice
Gets the current graphcs device.
GraphicsDevice GraphicsDevice { get; }
Property Value
- GraphicsDevice
The graphics device.
Events
DeviceCreated
Occurs when a device is created.
event EventHandler<EventArgs> DeviceCreated
Event Type
DeviceDisposing
Occurs when a device is disposing.
event EventHandler<EventArgs> DeviceDisposing
Event Type
DeviceReset
Occurs when a device is reseted.
event EventHandler<EventArgs> DeviceReset
Event Type
DeviceResetting
Occurs when a device is resetting.
event EventHandler<EventArgs> DeviceResetting