ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
MainLeftView.hpp
1#pragma once
2
3#include "../ViewController.hpp"
4#include "../../XUI/XUI.hpp"
5
6namespace 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
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
44CP_SDK_IL2CPP_INHERIT_HELPERS(CP_SDK::UI::Views::MainLeftView);
IViewController interface.
Welcome Left View controller.
Various platform utils like Delegate/Action/Function/Event system.
Definition Delegate.hpp:8
Tree like syntax CP_SDK::UI builder.