Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ViewportHelpers::SelectedAnchors Struct Reference

Indicates which anchors of an element are under consideration. More...

#include <ViewportHelpers.h>

Public Member Functions

 SelectedAnchors (bool left, bool top, bool right, bool bottom)
 
void SetAll (bool state)
 
bool Any () const
 
bool All () const
 
bool TopLeft () const
 
bool TopRight () const
 
bool BottomRight () const
 
bool BottomLeft () const
 

Public Attributes

bool m_left
 
bool m_right
 
bool m_top
 
bool m_bottom
 

Detailed Description

Indicates which anchors of an element are under consideration.


The documentation for this struct was generated from the following file: