mNo edit summary |
update table manually for auto generation |
||
Line 22: | Line 22: | ||
=== Special Functions === <!--T:4--> | === Special Functions === <!--T:4--> | ||
{ | {{Table ComponentTriggers | ||
|SplitSubmeshes()|null|Will split this mesh into additional submeshes, each having only one material | |||
| | |MergeByMaterial()|null|Will merge all submeshes that use the same material | ||
| | }} | ||
| Will split this mesh into additional submeshes, each having only one material | |||
| | |||
| | |||
| Will merge all submeshes that use the same material | |||
== Examples == <!--T:2--> | == Examples == <!--T:2--> | ||
Revision as of 20:03, 5 November 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image 
MeshRenderer component as seen in the Scene Inspector

The MeshRenderer component is used for rendering static 3D meshes in the world, and applying materials to that mesh.
Usage
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. Some components stop their functionality when this field is disabled, but some don't. |
Mesh
|
Mesh | The mesh to be rendered. Can be a StaticMesh or a Procedural Mesh |
Materials
|
list of Material | A list of materials to be applied to the mesh |
MaterialPropertyBlocks
|
list of MaterialPropertyBlock | |
ShadowCastMode
|
ShadowCastMode | How this object will cast shadows onto the world, or if it only draws a shadow. |
MotionVectorMode
|
MotionVectorMode | |
SortingOrder
|
Int |
Behavior
Special Functions
Lua error in mw.text.lua at line 25: bad argument #1 to 'match' (string expected, got nil).Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|