Method GetTextureDestinationPath
GetTextureDestinationPath(Material, String)
Get a path to save a texture relative to the material.
Declaration
public static string GetTextureDestinationPath(Material mat, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| Material | mat | Material. |
| String | name | Name of the texture. |
Returns
| Type | Description |
|---|---|
| String | A path for the texture to save. |