3#include "CP_SDK/Utils/Il2cpp.hpp"
4#include "CP_SDK/Utils/MonoPtr.hpp"
6#include <HMUI/IconSegmentedControl.hpp>
7#include <HMUI/IconSegmentedControl_DataItem.hpp>
8#include <UnityEngine/RectTransform.hpp>
14 using namespace UnityEngine;
30 static HMUI::IconSegmentedControl*
Create(_u::RectTransform* p_Parent,
bool p_HideCellBackground);
36 static void SetDataNoHoverHint(HMUI::IconSegmentedControl* p_Instance, ::Array<HMUI::IconSegmentedControl::DataItem*>* p_Data);
Vertical icon segmented control.
static HMUI::IconSegmentedControl * Create(_u::RectTransform *p_Parent, bool p_HideCellBackground)
Create icon segmented control.
static void SetDataNoHoverHint(HMUI::IconSegmentedControl *p_Instance, ::Array< HMUI::IconSegmentedControl::DataItem * > *p_Data)
Set data and remove hover hints.
BeatSaber specific UI compoenents and utilities.