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
Enabled
Gets or sets whether the hull is enabled.
public bool Enabled { get; set; }
Property Value
Height
Gets or sets the hull height.
public float Height { get; set; }
Property Value
MaxClimb
Gets or sets the maximum climb height.
public float MaxClimb { get; set; }
Property Value
MaxJumpDownDist
Gets or sets the maximum jump down distance.
public float MaxJumpDownDist { get; set; }
Property Value
MaxJumpHorizDistBase
Gets or sets the maximum horizontal jump distance base.
public float MaxJumpHorizDistBase { get; set; }
Property Value
MaxJumpUpDist
Gets or sets the maximum jump up distance.
public float MaxJumpUpDist { get; set; }
Property Value
MaxSlope
Gets or sets the maximum slope.
public int MaxSlope { get; set; }
Property Value
Radius
Gets or sets the hull radius.
public float Radius { get; set; }
Property Value
ShortHeight
Gets or sets the short height value.
public float ShortHeight { get; set; }
Property Value
ShortHeightEnabled
Gets or sets whether short height is enabled.
public bool ShortHeightEnabled { get; set; }
Property Value
Methods
Read(BinaryReader, NavMeshGenerationParams)
Reads hull parameters from a binary reader.
public void Read(BinaryReader binaryReader, NavMeshGenerationParams generationParams)
Parameters
binaryReader
BinaryReadergenerationParams
NavMeshGenerationParams