|
Elin Decompiled Documentation EA 23.264 Nightly
|
Static Public Member Functions | |
| static UD_Int_String | Run () |
Static Public Attributes | |
| static string | root = CorePath.CorePackage.ETC + "/Gallery" |
| static UD_Int_String | dict |
| const int | ThumbMaxW = 360 |
| const int | ThumbMaxH = 240 |
Static Private Member Functions | |
| static void | MoveAllFilesUnderSubfoldersToRoot (string root) |
| static void | RenameAllFilesToLeadingNumber (string root) |
| static void | CreateThumbnailsSameFolder (string root, int maxW, int maxH) |
| static bool | IsImageExt (string ext) |
| static Texture2D | ResizeTo (Texture2D src, int w, int h) |
Definition at line 5 of file GalleryFlattenAndRename.cs.
|
inlinestaticprivate |
Definition at line 82 of file GalleryFlattenAndRename.cs.
References IsImageExt(), ResizeTo(), and root.
Referenced by Run().
|
inlinestaticprivate |
Definition at line 125 of file GalleryFlattenAndRename.cs.
Referenced by CreateThumbnailsSameFolder(), and RenameAllFilesToLeadingNumber().
|
inlinestaticprivate |
Definition at line 46 of file GalleryFlattenAndRename.cs.
References root.
Referenced by Run().
|
inlinestaticprivate |
Definition at line 63 of file GalleryFlattenAndRename.cs.
References dict, IsImageExt(), and root.
Referenced by Run().
|
inlinestaticprivate |
Definition at line 134 of file GalleryFlattenAndRename.cs.
Referenced by CreateThumbnailsSameFolder().
|
inlinestatic |
Definition at line 15 of file GalleryFlattenAndRename.cs.
References UDictionary< TKey, TValue >.Count, CreateThumbnailsSameFolder(), Debug, dict, MoveAllFilesUnderSubfoldersToRoot(), RenameAllFilesToLeadingNumber(), and root.
Referenced by CoreRef.RebuildSketchList().
|
static |
Definition at line 9 of file GalleryFlattenAndRename.cs.
Referenced by RenameAllFilesToLeadingNumber(), and Run().
|
static |
Definition at line 7 of file GalleryFlattenAndRename.cs.
Referenced by CreateThumbnailsSameFolder(), MoveAllFilesUnderSubfoldersToRoot(), RenameAllFilesToLeadingNumber(), and Run().
|
static |
Definition at line 13 of file GalleryFlattenAndRename.cs.
|
static |
Definition at line 11 of file GalleryFlattenAndRename.cs.