Group (2D)
Properties
Group2D  |
Group of 2D elements |
Position and Size |
Name | Description | Values accepted | Default |
Pos X | The X coordinate for the element. | A constant or variable of type double or int. | |
Pos Y | The Y coordinate for the element. | A constant or variable of type double or int. | |
Position [] | The double[] array with the coordinates of the shape. | A double array. | |
Size X | The size of the element in the X direction. | A constant or variable of type double or int. | |
Size Y | The size of the element in the Y direction. | A constant or variable of type double or int. | |
Size [] | The double[] array with the size of the shape in each direction. | A double array. | |
Transform | The transformation to apply to this element. | Use the editor provided or read more about transforms. | |
Visibility and Interaction | | | | | |
Name | Description | Values accepted | |
Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |