Struct ObstacleData
    Public
    
    Holds internal obstacle data for the local avoidance simulation.
Public Methods
        
                Dispose
        
                ()
    
                    
                    
                        Public
                    
                
        
                Init
        
                (allocator)
    
                    
                    
                        Public
                    
                Public Variables
        
                obstacleVertexGroups
        
    
                    
                    Groups of vertices representing obstacles.
                        Public
                    
                
        
                obstacleVertices
        
    
                    
                    Vertices of all obstacles.
                        Public
                    
                
        
                obstacles
        
    
                    
                    Obstacle sets, each one is represented as a set of obstacle vertex groups.
                        Public