@startuml class FolderIconConstants <> { + {static} <> ASSET_DEFAULT_PATH : string + <> FOLDER_TEXTURE_PATH : string = "Assets/ColouredFolders/Folders" + <> ICONS_TEXTURE_PATH : string = "Assets/ColouredFolders/Icons" + <> PREF_FOLDER : string = "FolderPlus_ShowCustomFolders" + <> PREF_OVERLAY : string = "FolderPlus_ShowCustomIcons" + <> MAX_TREE_WIDTH : float = 118f + <> MAX_PROJECT_WIDTH : float = 96f + <> MAX_TREE_HEIGHT : float = 16f + <> MAX_PROJECT_HEIGHT : float = 110f } FolderIconConstants o-> "SelectedColor" Color FolderIconConstants o-> "BackgroundColour" Color @enduml