3#include "../Components/CColorInput.hpp"
4#include "../Components/CPrimaryButton.hpp"
5#include "../../Utils/Event.hpp"
7#include <UnityEngine/UI/Image.hpp>
8#include <UnityEngine/UI/Button.hpp>
14 using namespace UnityEngine;
15 using namespace UnityEngine::UI;
36 _u::Color m_OriginalValue;
74 void Button_OnClick();
Default generic components implementation.
Various platform utils like Delegate/Action/Function/Event system.