SharpNav.PolyMesh.PolyMesh C# (CSharp) Method

PolyMesh() public method

Initializes a new instance of the PolyMesh class.
public PolyMesh ( ContourSet contSet, SharpNav.NavMeshGenerationSettings settings )
contSet ContourSet The to generate polygons from.
settings SharpNav.NavMeshGenerationSettings The settings to build with.
        public PolyMesh(ContourSet contSet, NavMeshGenerationSettings settings)
            : this(contSet, settings.CellSize, settings.CellHeight, 0, settings.VertsPerPoly)
        {
        }

Same methods

PolyMesh::PolyMesh ( ContourSet contSet, float cellSize, float cellHeight, int borderSize, int numVertsPerPoly )