Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NavMesh.GetSettingsByIndex

public static AI.NavMeshBuildSettings GetSettingsByIndex(int index);

Parameters

index The index to retrieve from.

Returns

NavMeshBuildSettings The found settings.

Description

Returns an existing entry of NavMesh build settings by its ordered index.

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

See Also: NavMeshBuildSettings and GetSettingsCount.

Did you find this page useful? Please give it a rating: