setVector2 method

void setVector2(
  1. String key,
  2. Vector2 vector
)

Set a Vector2 at the given key on the buffer.

Implementation

void setVector2(String key, Vector2 vector) => _setValue(key, vector.storage);