IGameSystemBase Interface
Namespace: Stride.GamesAssembly: Stride.Games.dll
Defines a generic game system.
public interface IGameSystemBase : IComponent, IReferencable
Name | Description | |
---|---|---|
Methods | ||
Initialize() | This method is called when the component is added to the game. |
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.