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
FactoryInterfaces
IDropdownFactory.hpp
1
#pragma once
2
3
#include "../Components/CDropdown.hpp"
4
5
#include <UnityEngine/Transform.hpp>
6
7
namespace
CP_SDK::UI::FactoryInterfaces
{
8
9
namespace
_u
10
{
11
using namespace
UnityEngine;
12
}
13
15
class
IDropdownFactory
16
{
17
public
:
21
virtual
Components::CDropdown
*
Create
(std::u16string_view p_Name, _u::Transform* p_Parent) = 0;
22
23
};
15
class
IDropdownFactory
{
…
};
24
25
}
CP_SDK::UI::Components::CDropdown
CDropdown component.
Definition
CDropdown.hpp:23
CP_SDK::UI::FactoryInterfaces::IDropdownFactory
CDropdown factory.
Definition
IDropdownFactory.hpp:16
CP_SDK::UI::FactoryInterfaces::IDropdownFactory::Create
virtual Components::CDropdown * Create(std::u16string_view p_Name, _u::Transform *p_Parent)=0
Create an CDropdown into the parent.
CP_SDK::UI::FactoryInterfaces
Factories interfaces for generic components implementations.
Definition
IColorInputFactory.hpp:7
Generated by
1.9.8