Skip to main content

Player::updateHeadBlendData

See SET_Player_HEAD_BLEND_DATA().

Syntax

```js player.updateHeadBlendData(shapeMix, skinMix, thirdMix); ```

Required Arguments

  • shapeMix: float
  • skinMix: float
  • thirdMix: float

Return value

  • Undefined

Example

```js // todo ```

See also