> For the complete documentation index, see [llms.txt](https://stellar-game-assets.gitbook.io/modular-character-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar-game-assets.gitbook.io/modular-character-system/reference/scripting-guide/modular-character-manager-functions/materials/setskinstyle.md).

# SetSkinStyle

ModularCharacterManager.SetSkinStyle

**Declaration**\
public void **SetSkinStyle**(**int** \_styleIndex);<br>

**Parameters**

<table><thead><tr><th width="217">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>int</strong> _styleIndex</td><td><em>The index of the Skin Style you want to equip from within the current Character Style.</em></td></tr></tbody></table>

**Description**\
The public function to change the skin style by index (within the available styles in the Character Style)
