Method CopyTextureSettings
CopyTextureSettings(string, Material)
Create a TextureSettings object from the input material texture settings
Declaration
public static SgUsdPreviewSurfaceShaderExporter.TextureSettings CopyTextureSettings(string inputName, Material material)
Parameters
Type | Name | Description |
---|---|---|
string | inputName | The prefix name for the input |
Material | material | The input material |
Returns
Type | Description |
---|---|
SgUsdPreviewSurfaceShaderExporter.TextureSettings | TextureSettings object with populated settings |