AssetDatabase.GetTypeFromPathAndFileID

Cambiar al Manual
public static Type GetTypeFromPathAndFileID (string assetPath, long localIdentifierInFile);

Parámetros

assetPathThe Asset's path.
localIdentifierInFileThe object's local file identifier.

Valor de retorno

Type The object's type.

Descripción

Gets an object's type from an Asset path and a local file identifier.