Show / Hide Table of Contents

Struct NavMeshBuildSettings

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.AI
Assembly: UnityEngine.dll
Syntax
public struct NavMeshBuildSettings

Properties

| Improve this Doc View Source

agentClimb

Declaration
public float agentClimb { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

agentHeight

Declaration
public float agentHeight { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

agentRadius

Declaration
public float agentRadius { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

agentSlope

Declaration
public float agentSlope { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

agentTypeID

Declaration
public int agentTypeID { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

debug

Declaration
public NavMeshBuildDebugSettings debug { get; set; }
Property Value
Type Description
NavMeshBuildDebugSettings
| Improve this Doc View Source

minRegionArea

Declaration
public float minRegionArea { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

overrideTileSize

Declaration
public bool overrideTileSize { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

overrideVoxelSize

Declaration
public bool overrideVoxelSize { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

tileSize

Declaration
public int tileSize { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

voxelSize

Declaration
public float voxelSize { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

ValidationReport(Bounds)

Declaration
public string[] ValidationReport(Bounds buildBounds)
Parameters
Type Name Description
Bounds buildBounds
Returns
Type Description
String[]

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX