Struct TileMeshes
    Public
    
    Represents a group of tiles of a recast graph.
Public Methods
        
                Rotate
        
                (rotation)
    
                    
                    Rotate this group of tiles by 90*N degrees clockwise about the group's center.
                        Public
                    
                
        
                Serialize
        
                ()
    
                    
                    Serialize this struct to a portable byte array.
                        Public
                    
                Public Static Methods
        
                Deserialize
        
                (bytes)
    
                    
                    Deserialize an instance from a byte array.
                        Public
                            Static
                    
                Public Variables
        
                tileMeshes
        
    
                    
                    Tiles laid out row by row.
                        Public
                    
                
        
                tileRect
        
    
                    
                    Which tiles in the graph this group of tiles represents.
                        Public
                    
                
        
                tileWorldSize
        
    
                    
                    World-space size of each tile.
                        Public