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_BS
UI
DefaultFactoriesOverrides
BS_FloatingPanelFactory.hpp
1
#pragma once
2
3
#include "../../../CP_SDK/UI/FactoryInterfaces/IFloatingPanelFactory.hpp"
4
5
namespace
CP_SDK_BS::UI::DefaultFactoriesOverrides
{
6
7
namespace
_u
8
{
9
using namespace
UnityEngine;
10
}
11
13
class
BS_FloatingPanelFactory
:
public
CP_SDK::UI::FactoryInterfaces::IFloatingPanelFactory
14
{
15
public
:
19
virtual
CP_SDK::UI::Components::CFloatingPanel
*
Create
(std::u16string_view p_Name, _u::Transform* p_Parent)
override
final
;
20
21
};
13
class
BS_FloatingPanelFactory
:
public
CP_SDK::UI::FactoryInterfaces::IFloatingPanelFactory
{
…
};
22
23
}
5
namespace
CP_SDK_BS::UI::DefaultFactoriesOverrides
{
…
}
CP_SDK::UI::Components::CFloatingPanel
Floating Panel component.
Definition
CFloatingPanel.hpp:26
CP_SDK::UI::FactoryInterfaces::IFloatingPanelFactory
CFloatingPanel factory.
Definition
IFloatingPanelFactory.hpp:16
CP_SDK_BS::UI::DefaultFactoriesOverrides::BS_FloatingPanelFactory
BeatSaber CFloatingPanel factory.
Definition
BS_FloatingPanelFactory.hpp:14
CP_SDK_BS::UI::DefaultFactoriesOverrides::BS_FloatingPanelFactory::Create
virtual CP_SDK::UI::Components::CFloatingPanel * Create(std::u16string_view p_Name, _u::Transform *p_Parent) override final
Create an CFloatingPanel into the parent.
CP_SDK_BS::UI::DefaultFactoriesOverrides
Overrides for CP_SDK::UI::DefaultFactories factories.
Definition
BS_FloatingPanelFactory.hpp:5
Generated by
1.9.8