Version: 2022.3
언어: 한국어
public static string IDToName (int id);

파라미터

id The unique id of the layer.

반환

string The name of the layer with id or "<unknown layer>" for invalid id.

설명

Returns the unique id of the layer. Will return "<unknown layer>" if an invalid id is given.