Exemplo n.º 1
0
 void Init(string folderPath)
 {
     _folderPath = folderPath;
     _folderGuid = AssetDatabase.AssetPathToGUID(_folderPath);
     _folderDesc = GetCustomIcon(_folderGuid) ?? new FolderIconDesc();
 }
 void Init(string folderPath)
 {
     _folderPath = folderPath;
     _folderGuid = AssetDatabase.AssetPathToGUID (_folderPath);
     _folderDesc = GetCustomIcon (_folderGuid) ?? new FolderIconDesc ();
 }