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