Automated: create new component page |
add some info |
||
Line 5: | Line 5: | ||
{{stub}} | {{stub}} | ||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|OutlineThickness|Float| | |OutlineThickness|Float| | ||
Line 11: | Line 11: | ||
|FaceSoftness|Float| | |FaceSoftness|Float| | ||
|FaceDilate|Float| | |FaceDilate|Float| | ||
|Culling|Culling| | |Culling|Culling|{{Template:Material_Culling_Desc}} | ||
|ZTest|ZTest| | |ZTest|ZTest|{{Template:Material_ZTest_Desc}} | ||
|RenderQueue|Int| | |RenderQueue|Int|{{Template:Material_RenderQueue_Desc}} | ||
|_convertedMaterial|'''[[TextUnlitMaterial|TextUnlitMaterial]]'''|TypeAdv7=true| | |_convertedMaterial|'''[[TextUnlitMaterial|TextUnlitMaterial]]'''|TypeAdv7=true| | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == |
Latest revision as of 17:58, 22 December 2024
Component image
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
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. |
OutlineThickness
|
Float | |
OutlineColor
|
ColorX | |
FaceSoftness
|
Float | |
FaceDilate
|
Float | |
Culling
|
Culling | Whether to show the material on the front, back, or both sides |
ZTest
|
ZTest | Determines whether this object should render when it is in front of or behind other objects that respect depth from the camera |
RenderQueue
|
Int | changes at which point a material renders on the render stack |
_convertedMaterial
|
TextUnlitMaterial |