Component:MaterialRelay: Difference between revisions

From Resonite Wiki
imported>Mysticporo
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=MaterialRelayComponent.png |Name=Material Relay }} <!--T:2--> == Fields == {{Table Componen..."
 
Automated: update Fields
 
(2 intermediate revisions by 2 users not shown)
Line 11: Line 11:
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MaterialRefs|SyncRefList`1|TypeString0=SyncRefList<AssetRef<Material>>|
|MaterialRefs|{{RootFieldType|SyncRefList`1|[[Type:AssetRef`1|AssetRef`1]]&lt;[[Type:Material|Material]]&gt;}}|TypeAdv0=true|
}}
}}



Latest revision as of 20:23, 3 March 2024


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


Component image 
Material Relay component as seen in the Scene Inspector


Fields

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.
MaterialRefs list of AssetRef`1<Material>

Usage

Examples

Related Components