Click or drag to resize
EntityManagerAddComponent Method
Overload List
  NameDescription
Public methodAddComponentT(Int32)
Attaches a new component of the passed type to the entity with the specified id.
Public methodAddComponent(Int32, IEntityComponent)
Attaches the passed component to the entity with the specified id.
Public methodAddComponent(Int32, IEntityComponent, Boolean)
Attaches the passed component to the entity with the specified id.
Public methodAddComponent(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.
Top
See Also