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