Class SimpleAxisLayoutOptions

#include <Geode/ui/SimpleAxisLayout.hpp>
classSimpleAxisLayoutOptions:publicgeode::LayoutOptions{ ... }
No description provided
Examples0
Public static methods1
staticgeode::SimpleAxisLayoutOptions*create()
No description provided
Public member functions6
geode::SimpleAxisLayoutOptions*setMinRelativeScale()

Sets the minimum relative scale the node can be scaled to if required to scale down to fit the layout

geode::SimpleAxisLayoutOptions*setMaxRelativeScale()

Sets the maximum relative scale the node can be scaled to if required to scale up to fit the layout

geode::SimpleAxisLayoutOptions*setScalingPriority()

Sets the scaling priority for the node, to specify when the node should be scaled compared to other nodes during main axis scaling

std::optional<float>getMinRelativeScale()const
No description provided
std::optional<float>getMaxRelativeScale()const
No description provided
geode::ScalingPrioritygetScalingPriority()const
No description provided
Fields0
Protected member functions0
Protected fields1
;
No description provided
Derived classes0