MeshComponent constructor

MeshComponent(
  1. Mesh _mesh
)

Creates a component that draws mesh.

Implementation

MeshComponent(this._mesh);