PercentageReference Constructor
Constructor in PercentageReference
Declaration
public PercentageReference()Description
Creates a new percentage reference.
Overload
Declaration
public PercentageReference(float value)Description
Creates a new percentage reference with the fixed value.
Parameters
| value | The fixed value to set. |
Overload
Declaration
public PercentageReference(PercentageVariable variable)Description
Creates a new percentage reference to the variable value.
Parameters
| variable | The variable to reference. |