Skip to main content
Version: 4.0.0

Text

The Text component allows you to add customizable text to your effect.

properties

Add a Text Component

Add a Text component by clicking + Add Component, 2D, and then Text in the Inspector panel.

Properties

PropertyDescription
TextThe characters that will appear on the screen. Supports right to left languages.
SizeHow large the characters displayed on the screen are.
FontThe style of the text displayed on the screen.
ColorThe HEX color of the characters displayed on the screen.
OpacitySets the transparency of the text. The range is from 0.0 to 1.0, with a default value of 1.0.
BoldSets the characters to darker and heavier than normal.
ItalicSlants the characters to the right.
UnderlineDisplays a line underneath the characters.
Letter SpacingHow far apart the characters are from each other. The range is from 0.0 to 1.0.
Alignment
  • Horizontal Left: Displays the text horizontally and left-aligned.
  • Horizontal Center: Displays the text horizontally and center-aligned.
  • Horizontal Right: Displays the text horizontally and right-aligned.
  • Vertical Left: Displays the text vertically and left-aligned.
  • Vertical Center: Displays the text vertically and center-aligned.
  • Vertical Right: Displays the text vertically and right-aligned.
BackgroundSets a color block behind the text. If selected, you can adjust the following:
  • Background Color: The HEX color of the background.
  • Background Opacity: The transparency of the background. The range is from 0.0 to 1.0, with a default value of 1.0.
OutlineSets an outline around the text. If selected, you can adjust the following:
  • Outline Color: The HEX color of the outline.
  • Outline Opacity: The transparency of the outline. The range is from 0.0 to 1.0, with a default value of 1.0.
  • Outline Size: The size of the outline. The range is from 0 to 100, with a default value of 30.
ShadowSets a drop shadow around the text. If selected, you can adjust the following:
  • Shadow Color: The HEX color of the shadow.
  • Shadow Opacity: The transparency of the shadow. The range is from 0.0 to 1.0, with a default value of 1.0.
  • Shadow Offset: The offset of the shadow. The range is from 0 to 100, with a default value of 10.
  • Shadow Angle: The angle of the shadow. The range is from -180 to 180, with a default value of -45.
  • Shadow Feather: The intensity of feathering (soft edges) of the shadow. The range is from 0.0 to 1.0, with a default value of 0.00.
GlowSets a glow to the text. If selected, you can adjust the following:
  • Color: The HEX color of the glow.
  • Style: The style of the glow. Can be Outward (emitted away from the text) or Contoured (emitted around the text).
  • Intensity: How bright the appearance of the glow looks. The range is from 0 to 1, with a default value of 0.5.
  • Range: How far the glow light reaches. The range is from 0 to 1, with a default value of 0.5.
  • Horizontal Angle: The horizontal direction of the emitted light. The range is from -0.5 to 0.5, with a default value of 0.00.
  • Vertical Angle: The vertical direction of the emitted light. The range is from -0.5 to 0.5, with a default value of 0.00.