Constructor TextureControl
TextureControl(String, String, String)
Default constructor of TextureControl
Declaration
public TextureControl(string propertyName, string extraPropertyName1 = null, string extraPropertyName2 = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | propertyName | Material property name. |
| String | extraPropertyName1 | First additional material property name. Optional. |
| String | extraPropertyName2 | Second additional material property name. Optional. |