Optionaltext: stringOptionalfont: FontOptionalfontSize: numberOptionalcolor: Immutable<SRGBColor>Optionalposition: Immutable<rsx.UIPoint>OptionalhorizontalAlign: EnumValue<TextHorizontalAlignType>OptionalverticalAlign: EnumValue<TextVerticalAlignType>OptionalwordWrap: booleanOptionalmaximumWidth: numberOptionaldepth: numberProtected_Protected Optional_Protected_Protected_Protected_Protected Optional_Protected_Protected_Protected_Protected_Text color.
Optional 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.
Position in points (local coordinates).
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.