Аудио импортер позволяет вам модифицировать AudioClip настройки импорта из скриптов редактора.
Настройки этого класса совпадают с Audio Import Settings.
defaultSampleSettings | The default sample settings for the AudioClip importer. |
forceToMono | Сделать данный клип монофоничным? |
loadInBackground | Corresponding to the "Load In Background" flag in the AudioClip inspector, when this flag is set, the loading of the clip will happen delayed without blocking the main thread. |
preloadAudioData | Preloads audio data of the clip when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded. |
ClearSampleSettingOverride | Clears the sample settings override for the given platform. |
ContainsSampleSettingsOverride | Returns whether a given build target has its sample settings currently overridden. |
GetOverrideSampleSettings | Return the current override settings for the given platform. |
SetOverrideSampleSettings | Sets the override sample settings for the given platform. |
assetBundleName | Get or set the AssetBundle name. |
assetBundleVariant | Получите или установите любые пользовательские данные. |
assetPath | Имя пути ассета для этого импортера. (Read Only) |
userData | Получите или установите любые пользовательские данные. |
SaveAndReimport | Save asset importer settings if asset importer is dirty. |
SetAssetBundleNameAndVariant | Получите или установите любые пользовательские данные. |
GetAtPath | Восстанавливает импортер ассетов для ассета в path. |