add
Adds a Component to an ArchetypeBuilder.
Receiver
the ArchetypeBuilder for creating an Archetype.
Return
the ArchetypeBuilder.
Parameters
T
the component to add to the ArchetypeBuilder.
Adds multiple components to an ArchetypeBuilder.
Receiver
the ArchetypeBuilder for creating an Archetype.
Return
the ArchetypeBuilder.
Parameters
components
the components to add to the ArchetypeBuilder.
Adds a Component to an EntityTransmuterFactory.
Receiver
the EntityTransmuterFactory for creating an EntityTransmuter.
Return
the EntityTransmuterFactory.
Parameters
T
the component to add when transmuting an entity.