ViewportAlign contains static function that implement alignment operations on elements. More...
#include <ViewportAlign.h>
Public Types | |
enum class | AlignType { HorizontalLeft , HorizontalCenter , HorizontalRight , VerticalTop , VerticalCenter , VerticalBottom } |
Static Public Member Functions | |
static void | AlignSelectedElements (EditorWindow *editorWindow, AlignType alignType) |
Align the selected elements using the given type of alignment operation. | |
static bool | IsAlignAllowed (EditorWindow *editorWindow) |
Check if alignment is allowed given the current selection. | |
ViewportAlign contains static function that implement alignment operations on elements.