| EntityManagerTryGetComponent Method |
| Name | Description | |
|---|---|---|
| TryGetComponentT(Int32, T) |
Tries to get a component of the passed type attached to the entity with the specified id.
| |
| TryGetComponent(Int32, Type, IEntityComponent) |
Tries to get a component of the passed type attached to the entity with the specified id.
|