Options for customizing a node’s position in an AnchorLayout
Class AnchorLayoutOptions
#include <Geode/ui/Layout.hpp>
classAnchorLayoutOptions:publicgeode::LayoutOptions{ ... }
Examples0
Public static methods1
staticgeode::AnchorLayoutOptions*create()
No description provided
Public member functions4
geode::AnchorgetAnchor()const
No description provided
cocos2d::CCPointgetOffset()const
No description provided
geode::AnchorLayoutOptions*setAnchor(geode::Anchoranchor)
No description provided
geode::AnchorLayoutOptions*setOffset(cocos2d::CCPointconst&offset)
No description provided
Fields0
Protected member functions0
Protected fields2
geode::Anchorm_anchor;
No description provided
cocos2d::CCPointm_offset;
No description provided