Class NavMeshLadder
Namespace: ValveResourceFormat.NavMesh
Assembly: ValveResourceFormat.dll
Represents a ladder in a navigation mesh.
csharp
public class NavMeshLadderInheritance
Properties
Bottom
Gets or sets the bottom position.
csharp
public Vector3 Bottom { get; set; }Property Value
BottomArea
Gets or sets the bottom area.
csharp
public NavMeshArea? BottomArea { get; set; }Property Value
BottomLeftArea
Gets or sets the bottom left area.
csharp
public NavMeshArea? BottomLeftArea { get; set; }Property Value
BottomRightArea
Gets or sets the bottom right area.
csharp
public NavMeshArea? BottomRightArea { get; set; }Property Value
Direction
Gets or sets the ladder direction.
csharp
public NavDirectionType Direction { get; set; }Property Value
Id
Gets or sets the ladder identifier.
csharp
public uint Id { get; set; }Property Value
Length
Gets or sets the ladder length.
csharp
public float Length { get; set; }Property Value
Top
Gets or sets the top position.
csharp
public Vector3 Top { get; set; }Property Value
TopBehindArea
Gets or sets the top behind area.
csharp
public NavMeshArea? TopBehindArea { get; set; }Property Value
TopForwardArea
Gets or sets the top forward area.
csharp
public NavMeshArea? TopForwardArea { get; set; }Property Value
TopLeftArea
Gets or sets the top left area.
csharp
public NavMeshArea? TopLeftArea { get; set; }Property Value
TopRightArea
Gets or sets the top right area.
csharp
public NavMeshArea? TopRightArea { get; set; }Property Value
Width
Gets or sets the ladder width.
csharp
public float Width { get; set; }Property Value
Methods
Read(BinaryReader, NavMeshFile)
Reads the ladder from a binary reader.
csharp
public void Read(BinaryReader binaryReader, NavMeshFile navMeshFile)Parameters
binaryReader BinaryReader
navMeshFile NavMeshFile

