Game logic - UI panel

From Bohemia Interactive Community
Revision as of 17:35, 16 November 2022 by Lou Montana (talk | contribs) (Text replacement - "[[Ylands " to "[[Ylands:")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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