Table of Contents

Class NavMeshConnection

Namespace
ValveResourceFormat.NavMesh
Assembly
ValveResourceFormat.dll

Represents a connection between navigation mesh areas.

public class NavMeshConnection

Inheritance

Inherited Members

Properties

AreaId

Gets or sets the target area identifier.

public uint AreaId { get; set; }

Property Value

uint

EdgeId

Gets or sets the edge identifier.

public uint EdgeId { get; set; }

Property Value

uint

Methods

Read(BinaryReader)

Reads the connection from a binary reader.

public void Read(BinaryReader binaryReader)

Parameters

binaryReader BinaryReader