Struct EntityStorageCache
    Public
    
    Utility for efficient random access to entity storage data from the main thread.
Public Methods
        
                GetComponentData<A>
        
                (entity, access, value)
    
                    
                    Retrieves a component for a given entity.
                        Public
                    
                
        
                Update
        
                (world, entity, entityManager, storage)
    
                    
                    Retrieves the storage for a given entity.
                        Public
                    
                Public Variables
        
                entity
        
    
                    
                    
                        Public
                    
                
        
                lastWorldHash
        
    
                    
                    
                        Public
                    
                
        
                storage
        
    
                    
                    
                        Public