ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
|
Horizontal layout component. More...
#include <CHLayout.hpp>
Public Attributes | |
UIFieldRefDel< _u::HorizontalLayoutGroup > | HLayoutGroup |
![]() | |
UIFieldRefDel< _u::RectTransform > | RTransform |
UIFieldRefDel< _u::ContentSizeFitter > | CSizeFitter |
UIFieldRefDel< _u::LayoutElement > | LElement |
UIFieldRefDel< _u::HorizontalOrVerticalLayoutGroup > | HOrVLayoutGroup |
Additional Inherited Members | |
![]() | |
float | GetBackgroundFillAmount () |
Get background fill amount. | |
CHOrVLayout * | SetBackground (bool p_Enabled, std::optional< _u::Color > p_Color=std::nullopt, bool p_RaycastTarget=false) |
Set background state. | |
CHOrVLayout * | SetBackgroundColor (_u::Color p_Color) |
Set background color. | |
CHOrVLayout * | SetBackgroundFillMethod (_u::Image::FillMethod p_FillMethod) |
Set background fill method. | |
CHOrVLayout * | SetBackgroundFillAmount (float p_FillAmount) |
Set background fill amount. | |
CHOrVLayout * | SetBackgroundSprite (_u::Sprite *p_Sprite, _u::Image::Type p_Type=_u::Image::Type::Simple) |
Set background sprite. | |
CHOrVLayout * | SetWidth (float p_Width) |
Set preferred width. | |
CHOrVLayout * | SetHeight (float p_Height) |
Set preferred height. | |
CHOrVLayout * | SetMinWidth (float p_Width) |
Set min width. | |
CHOrVLayout * | SetMinHeight (float p_Height) |
Set min height. | |
CHOrVLayout * | SetPadding (_u::RectOffset *p_Padding) |
Set padding. | |
CHOrVLayout * | SetPadding (int p_Top, int p_Right, int p_Bottom, int p_Left) |
Set padding. | |
CHOrVLayout * | SetPadding (int p_Padding) |
Set padding. | |
CHOrVLayout * | SetSpacing (float p_Spacing) |
Set spacing between elements. | |
![]() | |
_v::MonoPtr< _u::Image > | m_Background |
Horizontal layout component.
Definition at line 20 of file CHLayout.hpp.
UIFieldRefDel<_u::HorizontalLayoutGroup> CP_SDK::UI::Components::CHLayout::HLayoutGroup |
Definition at line 27 of file CHLayout.hpp.