GetNetworkEntityStateForEntity
method in Coherence.Toolkit.EntitiesManager
Methods
public NetworkEntityState GetNetworkEntityStateForEntity(Entity id)
Gets the entity state for a given entity, from the known set of entities.
Parameters
| Type | Name | Description | 
|---|---|---|
| Entity | id | A known existing entity.  | 
    
Returns
| Type | Description | 
|---|---|
| NetworkEntityState | The state associated with that entity. null if the entity is not found.  |