Component:LegacyTextField

From Resonite Wiki
Revision as of 00:44, 4 March 2024 by PJB (talk | contribs) (Automated: create new component page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Legacy Text Field component as seen in the Scene Inspector


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


Usage

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.
Style direct RelayRef`1<LegacyUIStyle>
AcceptPhysicalTouch Bool
AcceptRemoteTouch Bool
Color ColorX
Width Float
Height Float
Thickness Float
Slant Float
_textSlot Slot
_textRenderer TextRenderer
_textEditor TextEditor
_material reference drive of PBS_RimMetallic
_mesh reference drive of BevelStripeMesh
_textBounds field drive of Float2
_colliderSize field drive of Float3
_meshLeft reference drive of BevelStripeMesh
_meshRight reference drive of BevelStripeMesh
_textLeftBounds field drive of Float2
_textRightBounds field drive of Float2
_leftTextRenderer TextRenderer
_rightTextRenderer TextRenderer
_colliderLeftSize field drive of Float3
_colliderRightSize field drive of Float3
_leftOffset field drive of Float3
_rightOffset field drive of Float3
_leftTextPosition field drive of Float3
_rightTextPosition field drive of Float3
IsEnabled Bool
_hintTextRenderer TextRenderer
_hintTextBounds field drive of Float2
_hintTextEnabled field drive of Bool

Behavior

Examples

See Also