![]() |
Falco Engine 3.9.0.1 (beta)
|
Public Types | |
enum | TextHorizontalAlignment { Left , Center , Right } |
TextHorizontalAlignment enum More... | |
enum | TextVerticalAlignment { Top , Middle , Bottom } |
TextVerticalAlignment enum More... | |
![]() | |
enum | CanvasHorizontalAlignment { Left , Center , Right } |
CanvasHorizontalAlignment enum More... | |
enum | CanvasVerticalAlignment { Top , Middle , Bottom } |
CanvasVerticalAlignment enum More... | |
Properties | |
string | text [getset] |
Get or set the text More... | |
Font | font [getset] |
Get or set the font More... | |
float | fontSize [getset] |
Get or set the font size More... | |
TextHorizontalAlignment | textHorizontalAlignment [getset] |
Get or set text horizontal alignment More... | |
TextVerticalAlignment | textVerticalAlignment [getset] |
Get or set text vertical alignment More... | |
![]() | |
CanvasHorizontalAlignment | horizontalAlignment [getset] |
Get or set horizontal alignment of this element More... | |
CanvasVerticalAlignment | verticalAlignment [getset] |
Get or set vertical alignment of this element More... | |
Color | color [getset] |
Get or set the main color of this element More... | |
Vector2 | anchor [getset] |
Get or set the anchor of this element (pivot point) More... | |
Vector2 | size [getset] |
Get or set the size of this element (width and height) More... | |
bool | hovered [get] |
Returns if this element is hovered by mouse cursor More... | |
Canvas | canvas [get] |
Returns a canvas of this element More... | |
Vector3 | position [getset] |
Rect | rect [get] |
object | userData [getset] |
Get or set the user data More... | |
![]() | |
bool | enabled [getset] |
Enable or disable this component More... | |
GameObject | gameObject [get] |
Get game object at which this component is attached More... | |
bool | isUiComponent [get] |
Returns if this component is derived from UIElement (or this is a canvas) or not More... | |
Additional Inherited Members | |
![]() | |
delegate void | MouseButtonEvent (UIElement sender, int button, Vector2 cursorPosition) |
delegate void | MouseMoveEvent (UIElement sender, Vector2 cursorPosition) |
![]() | |
Component () | |
![]() | |
MouseButtonEvent | onMouseDown |
MouseButtonEvent | onMouseUp |
MouseMoveEvent | onMouseMove |
MouseMoveEvent | onMouseEnter |
MouseMoveEvent | onMouseExit |
|
getset |
|
getset |
|
getset |