PercentageReference
Class in Zigurous.Architecture
Inherits from ValueReference<T>
Declaration
[Serializable]
public class PercentageReference : ValueReference<float, PercentageVariable>
Description
A reference to a percentage value, either a constant or PercentageVariable.
Constructors
PercentageReference | Creates a new percentage reference. |
Operators
Implicit | Implicitly converts the reference to a float. |