Game logic - UI panel

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Custom UI panel shown over in-game UI.

Properties

Visible to new player

  • Defines if connected player can see the panel.

Anchor

  • Defines the basic position of the panel.

Screen X/Y

  • Adjusts the position of the panel regarding to the anchor.

Width/Height

Defines size of the panel.

Always on top

  • Defines whenever the panel stays on top other panels and interfaces.

Background color

defines background color of the panel.

Text

  • Default text displayed by the panel.

Text color

  • Color of the text.

Text alignment

  • Text alignment in the panel

Text size

  • Size of the font.

Text outline

  • Defines if the font shall have outline.

Text outline color

  • Color of the text outline.

Image

  • Add an image from the default selection in the panel.

Related instructions