CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
|
Groups all AssetImporter related functionality. More...
Static Public Member Functions | |
static void | ApplySettings ([NotNull] Path path) |
Writes any unsaved changes of the given asset's importer to disk. | |
static void | ClearOverride ([NotNull] Path path) |
Clears an AssetImporter override for the specified asset. | |
static Type | GetActive ([NotNull] Object asset) |
Gets the active AssetImporter type used for the given asset. | |
static Type | GetActive ([NotNull] Path path) |
Gets the active AssetImporter type used for the given asset. | |
static Type[] | GetActive ([NotNull] Path[] paths) |
Gets the active AssetImporter types used for the given assets. | |
static Type[] | GetActive ([NotNull] String[] paths) |
Gets the active AssetImporter types used for the given assets. | |
static Type | GetActive (GUID guid) |
Gets the active AssetImporter type used for the given asset. | |
static Type[] | GetActive (ReadOnlySpan< GUID > guids) |
Gets the active AssetImporter types used for the given assets. | |
static Type[] | GetAvailable ([NotNull] Object asset) |
Gets the available AssetImporter types for assets of this kind. | |
static Type[] | GetAvailable ([NotNull] Path path) |
Gets the available AssetImporter types for assets of this kind. | |
static Type | GetDefault ([NotNull] Object asset) |
Returns an asset's default importer type. | |
static Type | GetDefault ([NotNull] Path path) |
Returns an asset's default importer type. | |
static Type | GetOverride ([NotNull] Object asset) |
Returns an asset's overridden importer type. | |
static Type | GetOverride ([NotNull] Path path) |
Returns an asset's overridden importer type. | |
static Boolean | IsOverridden ([NotNull] Path path) |
Returns true if the AssetImporter type for this asset has been overridden. | |
static void | SetOverride< T > ([NotNull] Path path) |
Sets the custom AssetImporter to use for the specified asset. | |
Groups all AssetImporter related functionality.
Definition at line 17 of file Asset.Importer.cs.