Abstract
Base class for all components in the Entity Component System. Components are pure data containers that can be attached to GameObjects.
Optional
Reference to the GameObject this component is attached to.
Optional lifecycle hook called when the component is added to a GameObject.
Base class for all components in the Entity Component System. Components are pure data containers that can be attached to GameObjects.