메소드 |
설명 |
|
AddFolder ( RainbowFolder value ) : void |
|
|
ChangeFolderIcons ( RainbowFolder value ) : void |
|
|
ChangeFolderIconsByPath ( string path, FolderIconPair icons ) : void |
|
|
GetFolder ( RainbowFolder match ) : RainbowFolder |
Searches for a folder config that has the same type and key values. Returns the first occurrence within the settings, if found; null otherwise. |
|
GetFolderByPath ( string folderPath ) : RainbowFolder |
Searches for a folder config that should be applied for the specified path (regardless of the key type). Returns the first occurrence within the settings, if found; null otherwise. |
|
GetFolderIcon ( string folderPath, bool small = true ) : Texture2D |
|
|
RemoveAll ( RainbowFolder match ) : void |
|
|
RemoveAllByPath ( string path ) : void |
|
|
UpdateFolder ( RainbowFolder match, RainbowFolder value ) : void |
Searches for a folder config that has the same type and key, and updates its other fields with provided value, if found; creates new folder config otherwise. |
|