![]() | EntityManagerAddComponent Method |
Name | Description | |
---|---|---|
![]() | AddComponentT(Int32) |
Attaches a new component of the passed type to the entity with the specified id.
|
![]() | AddComponent(Int32, IEntityComponent) |
Attaches the passed component to the entity with the specified id.
|
![]() | AddComponent(Int32, IEntityComponent, Boolean) |
Attaches the passed component to the entity with the specified id.
|
![]() | AddComponent(Type, Int32, IAttributeTable) |
Adds a component with the specified type to entity with the
specified id and initializes it with the values taken from
the passed attribute table.
|