Table of Contents

Class NavMeshGenerationHullParams

Namespace
ValveResourceFormat.NavMesh
Assembly
ValveResourceFormat.dll

Hull generation parameters for navigation meshes.

public class NavMeshGenerationHullParams

Inheritance

Inherited Members

Properties

BorderErosion

Gets or sets the border erosion value.

public int BorderErosion { get; set; }

Property Value

int

Enabled

Gets or sets whether the hull is enabled.

public bool Enabled { get; set; }

Property Value

bool

Height

Gets or sets the hull height.

public float Height { get; set; }

Property Value

float

MaxClimb

Gets or sets the maximum climb height.

public float MaxClimb { get; set; }

Property Value

float

MaxJumpDownDist

Gets or sets the maximum jump down distance.

public float MaxJumpDownDist { get; set; }

Property Value

float

MaxJumpHorizDistBase

Gets or sets the maximum horizontal jump distance base.

public float MaxJumpHorizDistBase { get; set; }

Property Value

float

MaxJumpUpDist

Gets or sets the maximum jump up distance.

public float MaxJumpUpDist { get; set; }

Property Value

float

MaxSlope

Gets or sets the maximum slope.

public int MaxSlope { get; set; }

Property Value

int

Radius

Gets or sets the hull radius.

public float Radius { get; set; }

Property Value

float

ShortHeight

Gets or sets the short height value.

public float ShortHeight { get; set; }

Property Value

float

ShortHeightEnabled

Gets or sets whether short height is enabled.

public bool ShortHeightEnabled { get; set; }

Property Value

bool

Methods

Read(BinaryReader, NavMeshGenerationParams)

Reads hull parameters from a binary reader.

public void Read(BinaryReader binaryReader, NavMeshGenerationParams generationParams)

Parameters

binaryReader BinaryReader
generationParams NavMeshGenerationParams