Struct LightweightRVOControlSystem Extends ISystem
    Public
    
    Lightweight example system for controlling and rendering RVO agents.
This system is not intended to be used for anything other than the RVO example scene, and perhaps for reference for a curious reader.
It also relies on the LightweightRVOMoveSystem and RVOSystem.
Inner Types
Job to update each agent's position and rotation based on its movement direction.
Public Methods
        
                OnCreate
        
                (state)
    
                    
                    
                        Public
                    
                
        
                OnUpdate
        
                (state)
    
                    
                    
                        Public
                    
                Public Variables
        
                entityQueryControl
        
    
                    
                    
                        Public
                    
                
        
                entityQueryDirection
        
    
                    
                    
                        Public