Class NavMeshConnection
Namespace: ValveResourceFormat.NavMesh
Assembly: ValveResourceFormat.dll
Represents a connection between navigation mesh areas.
csharp
public class NavMeshConnectionInheritance
Properties
AreaId
Gets or sets the target area identifier.
csharp
public uint AreaId { get; set; }Property Value
EdgeId
Gets or sets the edge identifier.
csharp
public uint EdgeId { get; set; }Property Value
Methods
Read(BinaryReader)
Reads the connection from a binary reader.
csharp
public void Read(BinaryReader binaryReader)Parameters
binaryReader BinaryReader

