Class VideoSystem
public class VideoSystem : GameSystemBase, IDisposable, ICollectorHolder, IGameSystemBase, IComponent, IReferencable, IUpdateable, IDrawable, IContentable
- Inheritance
-
VideoSystem
- Implements
- Inherited Members
- Extension Methods
Constructors
VideoSystem(IServiceRegistry)
public VideoSystem(IServiceRegistry registry)
Parameters
registry
IServiceRegistry
Fields
DxgiDeviceManager
public DXGIDeviceManager DxgiDeviceManager
Field Value
- DXGIDeviceManager
Methods
Initialize()
This method is called when the component is added to the game.
public override void Initialize()
Remarks
This method can be used for tasks like querying for services the component needs and setting up non-graphics resources.