Table of Contents

Class NavMeshLadder

Namespace
ValveResourceFormat.NavMesh
Assembly
ValveResourceFormat.dll

Represents a ladder in a navigation mesh.

public class NavMeshLadder

Inheritance

Inherited Members

Properties

Bottom

Gets or sets the bottom position.

public Vector3 Bottom { get; set; }

Property Value

Vector3

BottomArea

Gets or sets the bottom area.

public NavMeshArea BottomArea { get; set; }

Property Value

NavMeshArea

BottomLeftArea

Gets or sets the bottom left area.

public NavMeshArea BottomLeftArea { get; set; }

Property Value

NavMeshArea

BottomRightArea

Gets or sets the bottom right area.

public NavMeshArea BottomRightArea { get; set; }

Property Value

NavMeshArea

Direction

Gets or sets the ladder direction.

public NavDirectionType Direction { get; set; }

Property Value

NavDirectionType

Id

Gets or sets the ladder identifier.

public uint Id { get; set; }

Property Value

uint

Length

Gets or sets the ladder length.

public float Length { get; set; }

Property Value

float

Top

Gets or sets the top position.

public Vector3 Top { get; set; }

Property Value

Vector3

TopBehindArea

Gets or sets the top behind area.

public NavMeshArea TopBehindArea { get; set; }

Property Value

NavMeshArea

TopForwardArea

Gets or sets the top forward area.

public NavMeshArea TopForwardArea { get; set; }

Property Value

NavMeshArea

TopLeftArea

Gets or sets the top left area.

public NavMeshArea TopLeftArea { get; set; }

Property Value

NavMeshArea

TopRightArea

Gets or sets the top right area.

public NavMeshArea TopRightArea { get; set; }

Property Value

NavMeshArea

Width

Gets or sets the ladder width.

public float Width { get; set; }

Property Value

float

Methods

Read(BinaryReader, NavMeshFile)

Reads the ladder from a binary reader.

public void Read(BinaryReader binaryReader, NavMeshFile navMeshFile)

Parameters

binaryReader BinaryReader
navMeshFile NavMeshFile