Vector2Variable
Derives from RuntimeVariable<T>.
Description
Represents an observable Vector2 value that can be shared and modified throughout the application.
Public Methods
CopyFrom(Vector2IntVariable)- Copies the value of anotherVector2IntVariableinto this variable.CopyFrom(Vector2Variable)- Copies the value of anotherVector2Variableinto this variable.CopyTo(Vector2Variable)- Copies the value from this variable into anotherVector2Variable.CopyTo(Vector3Variable)- Copies the value from this variable into anotherVector3Variable.CopyTo(Vector4Variable)- Copies the value from this variable into anotherVector4Variable.