AssetImporter.SupportsRemappedAssetType

public bool SupportsRemappedAssetType(Type type);

Parameters

typeThe type of asset to check.

Returns

bool Returns true if the importer supports remapping the given type. Otherwise, returns false.

Description 描述

Checks if the AssetImporter supports remapping the given asset type.