csharp
public readonly record struct NavMeshDrawStyleHow a navmesh is coloured when it is drawn.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public Color4 InteriorEdges between two polygons of the same tile.
public Color4 BorderEdges with nothing on the other side — the walls, as the mesh understands them.
public Color4 PortalEdges linked across a tile border.
public Color4 DisabledPolygons a default filter would refuse.
public float LiftHow far above the surface to draw, so the lines are not inside the floor.
public static NavMeshDrawStyle DefaultReadable over most level geometry: dim interior, bright walls, blue portals.
Methods (1)
Used by (2)
- NavMeshDebugDrawVixen.Navigation
- NavMeshDebugDrawTestsVixen.Navigation.Tests