Search Results for

    Show / Hide Table of Contents

    Controls

    Games created with Flax build UI using controls. Each control is an independant object and implements only the most basic conepts like transformation, background color, and visibility. The more specific logic like click event, text drawing, child controls layout can be achived using a specific control type. Flax offers a solid set of ready to use controls that can be used in a games GUI. To create your own control types see a related tutorial here.

    Default control types

    • Button
    • CheckBox
    • Slider
    • Image
    • Label
    • Dropdown
    • TextBox
    • RichTextBox
    • Border
    • Panel
    • Alpha Panel
    • Drop Panel
    • Blur Panel
    • Progress Bar
    • Spacer
    • Grid Panel
    • Uniform Grid Panel
    • Horizontal Panel
    • Vertical Panel
    • Tiles Panel
    • Render To Texture Control
    • Canvas Scaler
    • Radial Menu
    • Improve this Doc
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat