Set a Matrix4 at the given key.
key
void setMatrix4(String key, Matrix4 matrix) => _set(key, matrix.storage);