3#include "../../Components/CVScrollView.hpp"
5#include <custom-types/shared/coroutine.hpp>
7namespace CP_SDK::UI::DefaultComponents::Subs {
11 using namespace UnityEngine;
12 using namespace UnityEngine::EventSystems;
22 CP_SDK_IL2CPP_INHERIT(
"CP_SDK::UI::DefaultComponents::Subs",
SubVScrollViewContent, _u::MonoBehaviour);
Vertical scroll view content updater.
void UpdateScrollView()
Update scroll view content size & buttons.
DECLARE_INSTANCE_METHOD(void, OnRectTransformDimensionsChange)
On rect transform dimensions changed.
DECLARE_INSTANCE_METHOD(void, Update)
On frame.
DECLARE_INSTANCE_METHOD(void, Start)
Component first frame.
static custom_types::Helpers::Coroutine Coroutine_DisableCanvas(SubVScrollViewContent *p_Self)
Timed canvas disabler.
Various platform utils like Delegate/Action/Function/Event system.