Method SetPartMesh
SetPartMesh(uint, uint)
Add a mesh to a part (create a TessellatedShape on the part)
Declaration
public void SetPartMesh(uint part, uint mesh)
Parameters
Type | Name | Description |
---|---|---|
uint | part | The part component |
uint | mesh | The mesh to add to the part |