Struct NavMeshPolygon ​
Namespace: ValveResourceFormat.NavMesh
Assembly: ValveResourceFormat.dll
Represents a polygon in a navigation mesh.
csharp
public readonly struct NavMeshPolygonProperties ​
Corners ​
Gets the corner vertices of this polygon.
csharp
public Vector3[] Corners { get; init; }Property Value ​
Vector3[]
MovableMeshId ​
Gets the id of the movable nav mesh this polygon belongs to, or when it belongs to the static world. Only stored in version 35 and newer.
csharp
public uint MovableMeshId { get; init; }
