Class LightweightRVORenderSystem Extends SystemBase
    Public
    
    System to render RVO agents on a mesh.
The system does not do any rendering itself, but only writes to the mesh field.
Inner Types
Public Variables
        
                material
        
    
                    
                    Material for rendering.
                        Public
                    
                
        
                mesh
        
    
                    
                    Mesh for rendering.
                        Public
                    
                
        
                renderingOffset
        
    
                    
                    Offset with which to render the mesh from the agent's original positions.
                        Public
                    
                Private/Protected Members
        
                entityQuery
        
    
                    
                    
                        Private