Component:DynamicSpriteFont: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page DynamicSpriteFont (Component) to Component:DynamicSpriteFont: Creating component Namespace
Automated: update component fields
Line 13: Line 13:
|HighPriorityIntegration|Bool|
|HighPriorityIntegration|Bool|
|MaxSize|Int|
|MaxSize|Int|
|Glyphs|SyncList`1|TypeString2=SyncList<SpriteGlyph>|
|Glyphs|{{RootFieldType|SyncList`1|[[Type:SpriteGlyph|SpriteGlyph]]}}|TypeAdv2=true|
}}
}}



Revision as of 09:35, 1 March 2024


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


Component image 
Dynamic Sprite Font 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
MaxSize Int
Glyphs list of SpriteGlyph

Usage

Examples

Related Components