Method GetTypeFromAttrs
GetTypeFromAttrs(OverrideData)
Gets the material property type from an OverrideData object.
Declaration
public Type GetTypeFromAttrs(MaterialOverrideAsset.OverrideData overrideData)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialOverrideAsset.OverrideData | overrideData | The OverrideDat to use. |
Returns
| Type | Description |
|---|---|
| Type | Returns the type of the material property. |