Component Class - NocturnalWisp/Tynted-Engine GitHub Wiki
Usage
Holds a list of components of the component type.
componentType (field)
Summary The type of component it is.
Type
- Type
entityComponents (field)
Summary List of all of the entity-components in the component type.
Type
- List
Constructor
Summary Creates a new component list of a certain type of component.
Implementation
Component(Type componentType)
Vars
- componentType - The type of component to create a list for.