MeshRenderer (Component)

From Neos Wiki
Revision as of 10:50, 8 November 2020 by Epsilion (talk | contribs) (Created page with "<languages></languages> <translate> {{stub}} {{Infobox Component |Image=MeshRendererComponent.png |Name=MeshRenderer }} == Intoduction == The '''MeshRenderer''' component is u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English • ‎日本語

This article or section is a Stub. You can help the Neos Wiki by expanding it.


MeshRenderer component as seen in the Scene Inspector

Intoduction

The MeshRenderer component is used for rendering static 3D meshes in the world, and applying materials to that mesh.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated
Enabled Bool Controls whether or not this component is enabled
Mesh Mesh The mesh to be rendered. Can be a StaticMesh or a Procedural Mesh
Materials Material A list of materials to be applied to the mesh
MaterialPropertyBlocks MaterialPropertyBlock
ShadowCastMode ShadowCastMode How this object will cast shadows onto the world, or if it only draws a shadow.
SortingOrder Int

Behavior

Examples

Related Components