From 4b652abe1d76f1bcbe5d7583a8986256f50c483d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 19:30:44 +0800 Subject: -LuaBindClass::RegisterNativeClass --- Runtime/GUI/TextMeshGenerator.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Runtime/GUI/TextMeshGenerator.h (limited to 'Runtime/GUI/TextMeshGenerator.h') diff --git a/Runtime/GUI/TextMeshGenerator.h b/Runtime/GUI/TextMeshGenerator.h new file mode 100644 index 0000000..c5992bd --- /dev/null +++ b/Runtime/GUI/TextMeshGenerator.h @@ -0,0 +1,20 @@ +#pragma once + +#include "Runtime/Utilities/IIncrementalTask.h" + +// 回收长期没有被使用的text mesh +class GraduallyReleaseTextMesh : public IIncrementalTask +{ +public: + void Execute() override + { + + } + + bool IsDone() override + { + + } + +}; + -- cgit v1.1-26-g67d0