PbSetAngle
Sets an XYZ angle on a protobuf message.
native void PbSetAngle(Handle pb, 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
Invalid or incorrect Handle, non-existent field, or incorrect field type.