setVector4 method

void setVector4(
  1. String key,
  2. Vector4 vector
)

Set a Vector4 at the given key on the buffer.

Implementation

void setVector4(String key, Vector4 vector) => _setValue(key, vector.storage);