Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSettingsByIndex(int)

Returns an existing entry of NavMesh build settings by its ordered index.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.AI
  • Assembly: UnityEngine.AIModule
public static NavMeshBuildSettings GetSettingsByIndex(int index)

Parameters

index

The index to retrieve from.

Returns

Type

Description

NavMeshBuildSettingsThe found settings.

Remarks

If the index is outside the valid range (0, GetSettingsCount-1), the returned NavMeshBuildSettings struct will have the agentTypeID set to -1.