ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
HMUITextSegmentedControl.hpp
1#pragma once
2
3#include "CP_SDK/Utils/Il2cpp.hpp"
4#include "CP_SDK/Utils/MonoPtr.hpp"
5
6#include <HMUI/TextSegmentedControl.hpp>
7#include <UnityEngine/RectTransform.hpp>
8
9namespace CP_SDK_BS::UI {
10
11 namespace _u
12 {
13 using namespace UnityEngine;
14 }
15
18 {
19 CP_SDK_NO_DEF_CTORS(HMUITextSegmentedControl);
20
21 private:
23
24 public:
30 static HMUI::TextSegmentedControl* Create(_u::RectTransform* p_Parent, bool p_HideCellBackground, const std::vector<std::u16string_view>& p_Texts = {});
31
32 };
33
34}
static HMUI::TextSegmentedControl * Create(_u::RectTransform *p_Parent, bool p_HideCellBackground, const std::vector< std::u16string_view > &p_Texts={})
Create text segmented control.
BeatSaber specific UI compoenents and utilities.