remove
Removes a Component from an ArchetypeBuilder.
Receiver
the ArchetypeBuilder for creating an Archetype.
Return
the ArchetypeBuilder.
Parameters
T
the component to remove from the ArchetypeBuilder.
Removes multiple components from an ArchetypeBuilder.
Receiver
the ArchetypeBuilder for creating an Archetype.
Return
the ArchetypeBuilder.
Parameters
components
the components to remove from the ArchetypeBuilder
Removes a Component from the EntityEdit.
Receiver
the EntityEdit for removing a Component.
Return
this EntityEdit.
Parameters
T
the Component to remove from the entity.
Removes a Component from an EntityTransmuterFactory.
Receiver
the EntityTransmuterFactory for creating an EntityTransmuter.
Return
the EntityTransmuterFactory.
Parameters
T
the component to remove when transmuting an entity.