Version: 2017.1

NavMesh.GetSettingsByIndex

매뉴얼로 전환
public static AI.NavMeshBuildSettings GetSettingsByIndex (int index);

파라미터

index The index to retrieve from.

반환

NavMeshBuildSettings The found settings.

설명

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.