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.
|
Sync Delegates
Usage
Examples
See Also