ChatPlexSDK-BS
1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
shared
CP_SDK
UI
FactoryInterfaces
ISliderFactory.hpp
1
#pragma once
2
3
#include "../Components/CSlider.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
ISliderFactory
16
{
17
public
:
21
virtual
Components::CSlider
*
Create
(std::u16string_view p_Name, _u::Transform* p_Parent) = 0;
22
23
};
24
25
}
CP_SDK::UI::Components::CSlider
CSlider component.
Definition
CSlider.hpp:25
CP_SDK::UI::FactoryInterfaces::ISliderFactory
CSlider factory.
Definition
ISliderFactory.hpp:16
CP_SDK::UI::FactoryInterfaces::ISliderFactory::Create
virtual Components::CSlider * Create(std::u16string_view p_Name, _u::Transform *p_Parent)=0
Create an CSlider into the parent.
CP_SDK::UI::FactoryInterfaces
Factories interfaces for generic components implementations.
Definition
IColorInputFactory.hpp:7
Generated by
1.9.8