1 2 3 4 5 6 7
#pragma once // 方法只能在主线程调用 #define SCRIPTING_CHECK_THREAD(methodName) // 方法只能在主协程调用 #define SCRIPTING_CHECK_COROUTINE(methodName)