interface TextureImportSettings {
    pow2: boolean;
    searchRelatedAssets: boolean;
}

Properties

pow2: boolean

Whether to resize the texture to power of 2.

searchRelatedAssets: boolean

Whether to search for target assets to update throughout the whole project instead of just the same folder.