Interface IGraphicsDeviceService
Provider of a GraphicsDevice.
public interface IGraphicsDeviceService
Properties
GraphicsDevice
The provided GraphicsDevice.
GraphicsDevice GraphicsDevice { get; }
Property Value
Events
DeviceCreated
Raised when a new GraphicsDevice has been created.
event EventHandler<EventArgs> DeviceCreated
Event Type
DeviceDisposing
Raised when the GraphicsDevice is disposed.
event EventHandler<EventArgs> DeviceDisposing
Event Type
DeviceReset
Raised when the GraphicsDevice has reset.
event EventHandler<EventArgs> DeviceReset
Event Type
- See Also
-
Reset()
DeviceResetting
Raised before the GraphicsDevice is resetting.
event EventHandler<EventArgs> DeviceResetting