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
Example
```js // todo ```
See also