Click or drag to resize
ComponentManagerRemoveComponent Method
Overload List
  NameDescription
Public methodRemoveComponent(Int32)
Removes the component mapped to the entity with the specified id. Note that this manager does not check whether the specified id is valid.
Public methodRemoveComponent(Int32, IEntityComponent)
Removes the component mapped to the entity with the specified id. Note that this manager does not check whether the specified id is valid.
Top
See Also