ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
shared
CP_SDK_BS
UI
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
9
namespace
CP_SDK_BS::UI
{
10
11
namespace
_u
12
{
13
using namespace
UnityEngine;
14
}
15
17
class
HMUITextSegmentedControl
18
{
19
CP_SDK_NO_DEF_CTORS(
HMUITextSegmentedControl
);
20
21
private
:
22
static
CP_SDK::Utils::MonoPtr<HMUI::TextSegmentedControl>
m_Template;
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
}
CP_SDK::Utils::MonoPtr
Definition
MonoPtr.hpp:11
CP_SDK_BS::UI::HMUITextSegmentedControl
Text segmented control.
Definition
HMUITextSegmentedControl.hpp:18
CP_SDK_BS::UI::HMUITextSegmentedControl::Create
static HMUI::TextSegmentedControl * Create(_u::RectTransform *p_Parent, bool p_HideCellBackground, const std::vector< std::u16string_view > &p_Texts={})
Create text segmented control.
CP_SDK_BS::UI
BeatSaber specific UI compoenents and utilities.
Definition
CP_SDK_UI_IViewControllerBridge.hpp:8
Generated by
1.9.8