Show / Hide Table of Contents

Class UIElementType

All built-in UI types.

Inheritance
System.Object
UIElementType
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class UIElementType : Enum

Fields

Button

Button element.

Declaration
public const UIElementType Button
Field Value
Type Description
UIElementType

Checkbox

Checkbox element.

Declaration
public const UIElementType Checkbox
Field Value
Type Description
UIElementType

DropDown

DropDown element.

Declaration
public const UIElementType DropDown
Field Value
Type Description
UIElementType

Element

Base element type.

Declaration
public const UIElementType Element
Field Value
Type Description
UIElementType

Image

Image element.

Declaration
public const UIElementType Image
Field Value
Type Description
UIElementType

List

List element.

Declaration
public const UIElementType List
Field Value
Type Description
UIElementType

Radio

Radio button element.

Declaration
public const UIElementType Radio
Field Value
Type Description
UIElementType

Rectangle

A rectangle element.

Declaration
public const UIElementType Rectangle
Field Value
Type Description
UIElementType

Scrollbar

Scrollbar element.

Declaration
public const UIElementType Scrollbar
Field Value
Type Description
UIElementType

Slider

Slider element.

Declaration
public const UIElementType Slider
Field Value
Type Description
UIElementType

Text

Text / paragraph element.

Declaration
public const UIElementType Text
Field Value
Type Description
UIElementType

TextInput

Inline text input element.

Declaration
public const UIElementType TextInput
Field Value
Type Description
UIElementType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Window

Container window element.

Declaration
public const UIElementType Window
Field Value
Type Description
UIElementType
Back to top Generated by DocFX