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
Components
CSecondaryButton.hpp
1
#pragma once
2
3
#include "Generics/CPOrSButton.hpp"
4
5
namespace
CP_SDK::UI::Components
{
6
7
namespace
_u
8
{
9
using namespace
UnityEngine;
10
using namespace
UnityEngine::UI;
11
}
12
namespace
_v
13
{
14
using namespace
CP_SDK::Utils
;
15
}
16
18
class
CSecondaryButton
:
public
CPOrSButton
19
{
20
CP_SDK_IL2CPP_INHERIT(
"CP_SDK.UI.Components"
,
CSecondaryButton
,
CPOrSButton
);
21
CP_SDK_IL2CPP_DECLARE_CTOR_CHILD(
CSecondaryButton
);
22
CP_SDK_IL2CPP_DECLARE_DTOR_MONOBEHAVIOUR_CHILD(
CSecondaryButton
);
23
24
};
18
class
CSecondaryButton
:
public
CPOrSButton
{
…
};
25
26
}
27
28
CP_SDK_IL2CPP_INHERIT_HELPERS(
CP_SDK::UI::Components::CSecondaryButton
);
CP_SDK::UI::Components::CPOrSButton
Primary or Secondary button component.
Definition
CPOrSButton.hpp:32
CP_SDK::UI::Components::CSecondaryButton
Secondary button component.
Definition
CSecondaryButton.hpp:19
CP_SDK::UI::Components
Generic UI components.
Definition
CColorInput.hpp:9
CP_SDK::Utils
Various platform utils like Delegate/Action/Function/Event system.
Definition
Delegate.hpp:8
Generated by
1.9.8