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