SetVector
Sets an XYZ vector on a protobuf message.
native void SetVector(const char[] field, const float vec[3], int index = -1)
Parameters
const char[] field
Field name.
const float[3] vec
Vector value to set.
int index
Index into repeated field.
Return Value
voidError
Non-existent field, or incorrect field type.