Vector2IntVariable

Derives from RuntimeVariable<T>.

Description

Represents an observable Vector2Int value that can be shared and modified throughout the application.

Public Methods

  • CopyFrom(Vector2IntVariable) - Copies the value of another Vector2IntVariable into this variable.
  • CopyTo(Vector2IntVariable) - Copies the value from this variable into another Vector2IntVariable.
  • CopyTo(Vector2Variable) - Copies the value from this variable into another Vector2Variable.
  • CopyTo(Vector3Variable) - Copies the value from this variable into another Vector3Variable.
  • CopyTo(Vector4Variable) - Copies the value from this variable into another Vector4Variable.