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