ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
DefaultVVListFactory.hpp
1#pragma once
2
3#include "../FactoryInterfaces/IVVListFactory.hpp"
4
6
7 namespace _u
8 {
9 using namespace UnityEngine;
10 }
11
14 {
15 public:
19 virtual Components::CVVList* Create(std::u16string_view p_Name, _u::Transform* p_Parent) override final;
20
21 };
22
23}
Virtual Vertical List.
Definition CVVList.hpp:19
virtual Components::CVVList * Create(std::u16string_view p_Name, _u::Transform *p_Parent) override final
Create an CVVList into the parent.
Default components factories.