setVector3 method

void setVector3(
  1. String key,
  2. Vector3 vector
)

Set a Vector3 at the given key on the buffer.

Implementation

void setVector3(String key, Vector3 vector) => _setValue(key, vector.storage);