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