Component:TextUnlitMaterial: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page TextUnlitMaterial (Component) to Component:TextUnlitMaterial: Creating component Namespace
Automated: update component fields
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|HighPriorityIntegration|Bool|
|HighPriorityIntegration|Bool|
|_shader|IAssetProvider`1|TypeString1=IAssetProvider<Shader>|
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true|
|FontAtlas|IAssetProvider`1|TypeString2=IAssetProvider<ITexture2D>|
|FontAtlas|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv2=true|
|TintColor|Color|
|TintColor|ColorX|
|OutlineColor|Color|
|OutlineColor|ColorX|
|BackgroundColor|Color|
|BackgroundColor|ColorX|
|AutoBackgroundColor|Bool|
|AutoBackgroundColor|Bool|
|GlyphRenderMethod|GlyphRenderMethod|
|GlyphRenderMethod|GlyphRenderMethod|

Revision as of 09:31, 1 March 2024


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


Component image 
Text Unlit Material 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.
HighPriorityIntegration Bool
_shader Shader
FontAtlas ITexture2D
TintColor ColorX
OutlineColor ColorX
BackgroundColor ColorX
AutoBackgroundColor Bool
GlyphRenderMethod GlyphRenderMethod
PixelRange Float
FaceDilate Float
OutlineThickness Float
FaceSoftness Float
BlendMode BlendMode
Sidedness Sidedness
ZWrite ZWrite
ZTest ZTest
OffsetFactor Float
OffsetUnits Float
RenderQueue Int

Usage

Examples

Related Components