Application.GetMaterialXFromAsset Method
Parent Object: ApplicationDescription
Method that gets the MaterialX string from an Asset.
Syntax
Application.GetMaterialXFromAsset( Asset As Asset, [converterOptions] As Variant ) As StringParameters
Name | Type | Description |
Asset | Asset | Input Asset object from which to generate the MaterialX string. |
converterOptions | Variant | Optional input NameValueMap that specifies more info to determine how to get the materialx string. Currently this is ignored. This is an optional argument whose default value is null. |