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