Optionaltext: stringOptionalfont: FontOptionalfontSize: numberOptionalcolor: Immutable<SRGBColor>Optionalposition: Immutable<Vector2>OptionalhorizontalAlign: EnumValue<TextHorizontalAlignType, number>OptionalverticalAlign: EnumValue<TextVerticalAlignType, number>OptionalwordWrap: booleanOptionalmaximumWidth: numberOptionaldepth: numberProtected_colorProtected Optional_depthProtected_fontProtected_fontProtected_horizontalProtected Optional_maximumProtected_positionProtected_textProtected_verticalProtected_wordOptional depth layer override. If unset, the default insertion-order depth is used.
Font size in points.
Horizontal text alignment.
Maximum width in points for text wrapping. Unset = no limit.
The text string to display.
Vertical text alignment.
Whether to wrap text at word boundaries.
Copies all properties defined by the prototype of UIDrawTextElement from other to this instance.
Clones this instance and returns a new UIDrawTextElement with identical values.
Determines if this UIDrawTextElement instance is equal to the other instance.
StaticisDetermines if both UIDrawTextElement instances are equal.
Defines a text element within UIDrawContent.