Difference between revisions of "VBar"
Jump to navigation
Jump to search
(Created page with "Category:UI Objects") |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{UI Object Header}} | |
+ | A vertical bar. | ||
+ | |||
+ | == Parameters == | ||
+ | *'''position''': the object's position. Use the pixels or rows and columns coordinates format | ||
+ | *'''height''': the height of the bar, in pixels | ||
+ | |||
+ | == Syntax == | ||
+ | (hbar <position>; <height>) | ||
+ | |||
+ | == UI Attributes == | ||
+ | {{UI Object Attributes (Common)}} |
Latest revision as of 16:43, 6 March 2017
A vertical bar.
Parameters
- position: the object's position. Use the pixels or rows and columns coordinates format
- height: the height of the bar, in pixels
Syntax
(hbar <position>; <height>)
UI Attributes
Common attributes
Name | Value | Description |
---|---|---|
pos | x<x>y<y> | Position specified as x/y coordinates. E.g. x-5y10 |
visible | true | Default. Show the object |
false | Hide the object | |
blink | true | slow | Blink the object at a slow speed |
fast | Blink the object at a fast speed | |
false | Stop the blinking | |
opacity | 0.0 ... 1.0 | Object opacity from 0 (not visible) to 1 (fully visible) |
rotation | 0 ... 360 | Object rotation in degrees. Images are rotated around the center point, all other objects are rotated around the top left corner |