GuiComponentType
Objective-C
enum GuiComponentType : NSInteger {}
Swift
enum GuiComponentType : Int, @unchecked Sendable
Gui Component type
-
Bitmap Image
Declaration
Objective-C
GuiComponentTypeBitMapImageSwift
case bitMapImage = 0 -
NinePatch
Declaration
Objective-C
GuiComponentTypeNinePatchSwift
case ninePatch = 1 -
Vertical Layout
Declaration
Objective-C
GuiComponentTypeVerticalLayoutSwift
case verticalLayout = 2 -
Horizontal Layout
Declaration
Objective-C
GuiComponentTypeHorizontalLayoutSwift
case horizontalLayout = 3 -
Button
Declaration
Objective-C
GuiComponentTypeButtonSwift
case button = 4 -
TextLabel
Declaration
Objective-C
GuiComponentTypeTextLabelSwift
case textLabel = 5 -
TextBox
Declaration
Objective-C
GuiComponentTypeTextBoxSwift
case textBox = 6 -
AnimationBitmap
Declaration
Objective-C
GuiComponentTypeAnimatedImageSwift
case animatedImage = 7
GuiComponentType Enumeration Reference