Class Component
- Namespace
- WitShells.DesignPatterns.Core
Base class for all ECS Components. A component is pure data with no behaviour — it describes one aspect of an Entity (e.g. position, health, inventory). Derive from this class to create custom components.
public abstract class Component
- Inheritance
-
Component
- Derived
- Inherited Members