Mesh Renderer
Mesh Renderer allows a mesh and material to be added to a scene object and determines whether the mesh will cast a shadow.
Add a Mesh Renderer Component
Add a Mesh Renderer component by clicking + Add Component > 3D > Mesh Renderer in the Inspector panel.
Properties
Property | Description |
---|---|
Mesh | Adds a mesh from the Assets panel to a scene object. |
Material | Adds a material from the Assets panel to a scene object. You can create or import materials, including materials from Asset Library, directly in the Inspector panel. |
Cast Shadow | Whether or not the mesh will cast a shadow. |
Shadow Mode | How the source object rotates to track the target object.
|