Table of Contents

Interface IGameComponent

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

An interface for GameComponent.

public interface IGameComponent

Methods

Initialize()

Initializes the component. Used to load non-graphical resources.

void Initialize()