public void ApplyChange(Vector2Variable amount) { Value = amount.Value; }
public void SetValue(Vector2Variable value) { Value = value.Value; }