ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
z
~
Variables
b
d
g
i
m
o
p
r
s
t
Enumerations
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Concepts
Loading...
Searching...
No Matches
shared
CP_SDK
UI
Views
MainRightView.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
MainRightView
:
public
ViewController
20
{
21
CP_SDK_IL2CPP_INHERIT(
"CP_SDK.UI.Views"
,
MainRightView
,
ViewController
);
22
CP_SDK_IL2CPP_DECLARE_CTOR_CHILD(
MainRightView
);
23
CP_SDK_IL2CPP_DECLARE_DTOR_MONOBEHAVIOUR_CHILD(
MainRightView
);
24
CP_SDK_UI_VIEW_CONTROLLER_INSTANCE();
25
26
private
:
28
void
OnViewCreation_Impl();
29
30
};
19
class
MainRightView
:
public
ViewController
{
…
};
31
32
}
33
34
CP_SDK_IL2CPP_INHERIT_HELPERS(
CP_SDK::UI::Views::MainRightView
);
CP_SDK::UI::ViewController
IViewController interface.
Definition
ViewController.hpp:30
CP_SDK::UI::Views::MainRightView
Welcome Right View controller.
Definition
MainRightView.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