class MAGES::ComponentLibrary::SpatialLayoutSubModule::Group¶
Overview¶
Represents a group of spatial elements. More…
class Group
{
public:
// properties
string Space;
List<SpatialElement> Elements;
LayoutEngine Engine;
};
Detailed Documentation¶
Represents a group of spatial elements.
Properties¶
string Space
Gets the space for this group.
List<SpatialElement> Elements
Gets the elements in this group.
LayoutEngine Engine
Gets the layout engine for this group.