ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
shared
CP_SDK
UI
Views
MainLeftView.hpp
1
#pragma once
2
3
#include "../ViewController.hpp"
4
#include "../../XUI/XUI.hpp"
5
6
namespace
CP_SDK::UI::Views {
7
8
namespace
_u
9
{
10
using namespace
UnityEngine;
11
}
12
namespace
_v
13
{
14
using namespace
CP_SDK::Utils
;
15
using namespace
CP_SDK::XUI
;
16
}
17
19
class
MainLeftView
:
public
ViewController
20
{
21
CP_SDK_IL2CPP_INHERIT(
"CP_SDK.UI.Views"
,
MainLeftView
,
ViewController
);
22
CP_SDK_IL2CPP_DECLARE_CTOR_CHILD(
MainLeftView
);
23
CP_SDK_IL2CPP_DECLARE_DTOR_MONOBEHAVIOUR_CHILD(
MainLeftView
);
24
CP_SDK_UI_VIEW_CONTROLLER_INSTANCE();
25
26
private
:
28
void
OnViewCreation_Impl();
29
30
private
:
32
void
OnDocumentationButton();
34
void
OnDiscordButton();
35
36
private
:
38
void
OnDonateButton();
39
40
};
41
42
}
43
44
CP_SDK_IL2CPP_INHERIT_HELPERS(
CP_SDK::UI::Views::MainLeftView
);
CP_SDK::UI::ViewController
IViewController interface.
Definition
ViewController.hpp:30
CP_SDK::UI::Views::MainLeftView
Welcome Left View controller.
Definition
MainLeftView.hpp:20
CP_SDK::Utils
Various platform utils like Delegate/Action/Function/Event system.
Definition
Delegate.hpp:8
CP_SDK::XUI
Tree like syntax CP_SDK::UI builder.
Definition
IXUIBindable.hpp:5
Generated by
1.9.8