Class TileType
    Public
    
    A template for a single tile in a navmesh/recast graph.
Public Methods
        
                Load
        
                (verts, tris, rotation, yoffset)
    
                
                Load a tile, result given by the vert and tris array.
                    Public
                
            
        
                TileType
        
                (sourceVerts, sourceTris, tileSize, centerOffset, width=1, depth=1)
    
                
                
                    Public
                
            Public Variables
        
                Depth
        
    
                
                
                    Public
                
            
        
                Width
        
    
                
                
                    Public
                
            Private/Protected Members
        
                depth
        
    
                
                
                    Private
                
            
        
                lastRotation
        
    
                
                
                    Private
                
            
        
                lastYOffset
        
    
                
                
                    Private
                
            
        
                offset
        
    
                
                
                    Private
                
            
        
                Rotations
        
    
                
                Matrices for rotation.
                    Private
                        Static
                        Readonly
                
            
        
                tris
        
    
                
                
                    Private
                
            
        
                verts
        
    
                
                
                    Private
                
            
        
                width
        
    
                
                
                    Private