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