Constructor Section
Section(String, Single, Single)
Constructor of Section used when creating a property driven section
Declaration
public Section(string propertyName, float hideValue = 0F, float showValue = 1F)
Parameters
| Type | Name | Description |
|---|---|---|
| String | propertyName | Material property that will drive the section open state |
| Single | hideValue | Float value that the material property will have if the section is collapsed, optional (default: 0). |
| Single | showValue | Float value that the material property will have if the section is visible, optional (default: 1). |
Section()
Default constructor of Section.
Declaration
public Section()