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