Files
2026-07-21 08:56:10 +03:00

16 lines
711 B
Plaintext

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