MeshComponent

Native mesh component.

Provides access to a native mesh component instance.

.TypeName: string 

.material: null | Material 

Material used to render the mesh.

.material 

Set material to render the mesh with.

.mesh: null | Mesh 

Mesh rendered by this component.

.mesh 

Set mesh to rendered with this component.

.skin: null | Skin 

Skin for this mesh component.

.skin 

Set skin to transform this mesh component.