Tex renderer is a component that is used as the main part of a Basic, which is made via the create new menu using a [[DevTip]]
TextRenderer is a component that can be used to show Text in the world. An example can be created from the [[Create New Wizard|Create New]] menu, Text, then Basic or Outline [[Dev Tool]]
== Usage ==
== Usage ==
Line 14:
Line 15:
|Font|{{RootFieldType|AssetRef`1|[[Type:FontSet|FontSet]]}}|TypeAdv4=true| The font set to use to render the text. For example, Times new Roman, or Avali Scratch.
|Font|{{RootFieldType|AssetRef`1|[[Type:FontSet|FontSet]]}}|TypeAdv4=true| The font set to use to render the text. For example, Times new Roman, or Avali Scratch.
|Text|String| The text to display. For example, "Hello world!"
|Text|String| The text to display. For example, "Hello world!"
|ParseRichText|Bool| whether to Parse rich text demoniators like "<nowiki><b></b></nowiki>" for bold and "<nowiki><i></i></nowiki>" for itallic. There are many Rich Text Format tags that exist.
|ParseRichText|Bool| Whether or not to interpret [[Text Formatting|text formatting]] tags like "<nowiki><b></b></nowiki>" for bold and "<nowiki><i></i></nowiki>" for itallic.
|NullText|String| the text to display if <code>Text</code> is null. (Empty text doesn't count)
|NullText|String| the text to display if <code>Text</code> is null. (Empty text doesn't count)
Used in the "Basic" and "Outlined" text objects in the create new menu using a [[DevTip]]. It's also useful in making physical UI's, and for signs. Anything generally text related that can be simple.
Used in the "Basic" and "Outlined" text objects in the create new menu using a [[Dev Tool]]. It's also useful in making physical UI's, and for signs. Anything generally text related that can be simple.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
TextRenderer is a component that can be used to show Text in the world. An example can be created from the Create New menu, Text, then Basic or Outline Dev Tool
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.
the bounding box this component should say it has when OverrideBoundingBox is enabled. Useful for bounding box calculations with Flux, or changing the selection box for this component when rendered.
Bake meshes is a sync method that creates a static mesh component with this component, replaces all references to this component with the static mesh component, then deletes this component.
Behavior
Examples
Used in the "Basic" and "Outlined" text objects in the create new menu using a Dev Tool. It's also useful in making physical UI's, and for signs. Anything generally text related that can be simple.