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