Editor API Reference - v1.1.4
    Preparing search index...

    Type Alias TextureImportSettings

    Import settings used when uploading a texture asset.

    type TextureImportSettings = {
        pow2?: boolean;
        searchRelatedAssets?: boolean;
    }
    Index

    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.