Abstract
GameEngineComponent
Base class for all game engine components.
Protected
The game engine window this component is attached to.
onAttachedTo
can be overriden by subclasses to perform actions when the component is attached to the game engine.
When the component is detached from the game engine. Need to dispose of any resources.
onDetached
GameEngineComponent
Description
Base class for all game engine components.