Interactable.setSubMeshVisible
Set the visibility of a submesh
Kind: Function
Environments: Game
Game
interactable:setSubMeshVisible( name, visible )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
interactable |
Interactable | The interactable. |
name |
string | Name of the submesh. |
visible |
boolean | True if the submesh should be visible. |