Component:WorldTextRendererWizard: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=World Text Renderer Wizard
|Name=World Text Renderer Wizard
}}
}}
{{stub}}
See [[World Text Renderer Wizard]].


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Root|Slot|
|Root|Slot| The root to do processing for.
|Material|{{RootFieldType|AssetRef`1|[[Type:Material|Material]]}}|TypeAdv1=true|
|Material|{{RootFieldType|AssetRef`1|[[Type:Material|Material]]}}|TypeAdv1=true| The material to replace text renderer materials with.
|Font|{{RootFieldType|AssetRef`1|[[Type:FontSet|FontSet]]}}|TypeAdv2=true|
|Font|{{RootFieldType|AssetRef`1|[[Type:FontSet|FontSet]]}}|TypeAdv2=true| The font to override texts with.
|ProcessDisabled|Bool|
|ProcessDisabled|Bool| Whether to process disabled texts or not.
|ProcessStandaloneRenderers|Bool|
|ProcessStandaloneRenderers|Bool| Whether to process [[Component:TextRenderer]]s.
|ProcessUIXRenderers|Bool|
|ProcessUIXRenderers|Bool| Whether to process [[Component:Text]]s.
|Color|ColorX|
|Color|ColorX| What color to change the texts to.
|_tag|'''[[Component:TextField|TextField]]'''|TypeAdv7=true|
|_tag|'''[[Component:TextField|TextField]]'''|TypeAdv7=true| Only process texts with this tag.
}}
}}


== Behavior ==
== Usage ==
See [[World Text Renderer Wizard]].


== Examples ==
== Examples ==
See [[World Text Renderer Wizard]].


== See Also ==
== See Also ==
* [[World Text Renderer Wizard]]


[[Category:Components:Wizards{{#translation:}}|World Text Renderer Wizard]]
[[Category:Components:Wizards{{#translation:}}|World Text Renderer Wizard]]
[[Category:Components{{#translation:}}|World Text Renderer Wizard]]
[[Category:Components{{#translation:}}|World Text Renderer Wizard]]
[[Category:ComponentStubs]]

Latest revision as of 05:41, 7 February 2025

Component image 
World Text Renderer Wizard component as seen in the Scene Inspector

See World Text Renderer Wizard.

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. Some components stop their functionality when this field is disabled, but some don't.
Root Slot The root to do processing for.
Material Material The material to replace text renderer materials with.
Font FontSet The font to override texts with.
ProcessDisabled Bool Whether to process disabled texts or not.
ProcessStandaloneRenderers Bool Whether to process Component:TextRenderers.
ProcessUIXRenderers Bool Whether to process Component:Texts.
Color ColorX What color to change the texts to.
_tag TextField Only process texts with this tag.

Usage

See World Text Renderer Wizard.

Examples

See World Text Renderer Wizard.

See Also