Constructor VectorControl
VectorControl(String, Boolean, Boolean, Boolean, Boolean)
Default constructor of VectorControl
Declaration
public VectorControl(string propertyName, bool isXVisible = true, bool isYVisible = true, bool isZVisible = true, bool isWVisible = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | propertyName | Material property name. |
| Boolean | isXVisible | Shows the x component. Optional (Default true). |
| Boolean | isYVisible | Shows the y component. Optional (Default true). |
| Boolean | isZVisible | Shows the z component. Optional (Default true). |
| Boolean | isWVisible | Shows the w component. Optional (Default true). |