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