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

valueThe fixed value to set.

Overload

Declaration

public PercentageReference(PercentageVariable variable)

Description

Creates a new percentage reference to the variable value.

Parameters

variableThe variable to reference.