Function EntityStorageCache.Update
Update
(World world, Entity entity, out EntityManager entityManager, out EntityStorageInfo storage)
Retrieves the storage for a given entity.
Public
bool Update (
World | world | |
Entity | entity | |
out EntityManager | entityManager | |
out EntityStorageInfo | storage |
Retrieves the storage for a given entity.
This method is very fast if the entity is the same as the last call to this method. If the entity is different, it will be slower.
Return
True if the entity exists, and false if it does not.