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