NavMesh.GetSettingsNameFromID

매뉴얼로 전환
public static string GetSettingsNameFromID (int agentTypeID);

파라미터

agentTypeIDThe ID to look for.

반환

string The name associated with the ID found.

설명

Returns the name associated with the NavMesh build settings matching the provided agent type ID.

If no settings are found the result is an empty string.