Handles automatically applying the required import settings to images.
Static Public Member Functions | |
static void | Apply (string imagePath) |
Applies the required image import settings to the given image. More... | |
static void | ApplyToAll (string path) |
Applies to all images in the given directory. More... | |
static void | ApplyToAll (string[] allImages) |
Applies to all of the given image paths. More... | |
|
inlinestatic |
Applies the required image import settings to the given image.
imagePath | The image path (relative to the project) to apply the settings to. |
|
inlinestatic |
Applies to all images in the given directory.
path | The path to apply settings to.</param. |
|
inlinestatic |
Applies to all of the given image paths.
allImages | A set of all images to apply default settings to. |