Method EntityExists
EntityExists(Entity)
Reports whether the specified entity exists. Does not consider whether this component exists on the given entity.
Declaration
public bool EntityExists(Entity entity)
Parameters
Type | Name | Description |
---|---|---|
Entity | entity | The referenced entity. |
Returns
Type | Description |
---|---|
bool | True if the entity exists, regardless of whether this entity has the given component. |