GuiComponentType
Objective-C
enum GuiComponentType : NSInteger {}
Swift
enum GuiComponentType : Int, @unchecked Sendable
Gui Component type
-
Bitmap Image
Declaration
Objective-C
GuiComponentTypeBitMapImage
Swift
case bitMapImage = 0
-
NinePatch
Declaration
Objective-C
GuiComponentTypeNinePatch
Swift
case ninePatch = 1
-
Vertical Layout
Declaration
Objective-C
GuiComponentTypeVerticalLayout
Swift
case verticalLayout = 2
-
Horizontal Layout
Declaration
Objective-C
GuiComponentTypeHorizontalLayout
Swift
case horizontalLayout = 3
-
Button
Declaration
Objective-C
GuiComponentTypeButton
Swift
case button = 4
-
TextLabel
Declaration
Objective-C
GuiComponentTypeTextLabel
Swift
case textLabel = 5
-
TextBox
Declaration
Objective-C
GuiComponentTypeTextBox
Swift
case textBox = 6
-
AnimationBitmap
Declaration
Objective-C
GuiComponentTypeAnimatedImage
Swift
case animatedImage = 7