Table of Contents

Interface IGameSystemBase

Namespace
Stride.Games
Assembly
Stride.Games.dll

Defines a generic game system.

public interface IGameSystemBase : IComponent, IReferencable
Inherited Members

Methods

Initialize()

This method is called when the component is added to the game.

void Initialize()

Remarks

This method can be used for tasks like querying for services the component needs and setting up non-graphics resources.