Delegate MaterialImporter.TextureResolver
Namespace: Unity.Formats.USD
Syntax
public delegate Texture2D TextureResolver(pxr.SdfAssetPath textureAssetPath, bool isNormalMap, SceneImportOptions importOptions);
Parameters
| Type | Name | Description |
|---|---|---|
| pxr.SdfAssetPath | textureAssetPath | |
| Boolean | isNormalMap | |
| SceneImportOptions | importOptions |
Returns
| Type | Description |
|---|---|
| Texture2D |