I have some GUI elements that I want to keep at the bottom of the screen. The elements are contained in a BABYLON.GUI.Rectangle
.
I found the textVerticalAlignment
property which looks promising, but whilst there is a BABYLON.GUI.Control.VERTICAL_ALIGNMENT_TOP
value defined, there is no BABYLON.GUI.Control.VERTICAL_ALIGNMENT_BOTTOM
, and I am not even sure if this property is applicable to BABYLON.GUI.Rectangle
.
Any help much appreciated.