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