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