setMale

fun setMale(isMale: Boolean)

Deprecated

Deprecated. Use setBodyType(type) for consistency.

Replace with

setBodyType(type)

Sets the character male or female.

Parameters

isMale

whether to set the character male (or female, if false)