Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@startuml
|
||||
class FolderIconSettings {
|
||||
+ showOverlay : bool = true
|
||||
+ showCustomFolder : bool = true
|
||||
}
|
||||
class FolderIcon {
|
||||
}
|
||||
ScriptableObject <|-- FolderIconSettings
|
||||
FolderIconSettings +-- FolderIcon
|
||||
FolderIcon --> "folder" DefaultAsset
|
||||
FolderIcon --> "folderIcon" Texture2D
|
||||
FolderIcon --> "overlayIcon" Texture2D
|
||||
@enduml
|
||||
Reference in New Issue
Block a user