ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
IGLayoutFactory.hpp
1#pragma once
2
3#include "../Components/CGLayout.hpp"
4
5#include <UnityEngine/Transform.hpp>
6
8
9 namespace _u
10 {
11 using namespace UnityEngine;
12 }
13
16 {
17 public:
21 virtual Components::CGLayout* Create(std::u16string_view p_Name, _u::Transform* p_Parent) = 0;
22
23 };
24
25}
virtual Components::CGLayout * Create(std::u16string_view p_Name, _u::Transform *p_Parent)=0
Create an CGLayout into the parent.
Factories interfaces for generic components implementations.