Interface ISceneRendererContext
public interface ISceneRendererContext
Properties
Content
The content manager to load content.
ContentManager Content { get; }
Property Value
DrawTime
GameTime DrawTime { get; }
Property Value
GameSystems
The list of game systems.
GameSystemCollection GameSystems { get; }
Property Value
GraphicsContext
The graphics context used during draw.
GraphicsContext GraphicsContext { get; }
Property Value
GraphicsDevice
The graphics device.
GraphicsDevice GraphicsDevice { get; }
Property Value
SceneSystem
The current scene system.
SceneSystem SceneSystem { get; }
Property Value
Services
The service registry.
ServiceRegistry Services { get; }