ServicesUtils
Review the utility functions available for working with Unity Gaming Services.
읽는 시간 1분최근 업데이트: 10일 전
네임스페이스
Unity::Services::Core
Include
#include <ServicesCore/Public/Utils/ServicesUtils.h>
템플릿
THandler
구문
#if ((ENGINE_MAJOR_VERSION == 4) && (ENGINE_MINOR_VERSION >= 26)) || (ENGINE_MAJOR_VERSION >= 5) template <typename T> using THandler = TDelegate<void(const T&)>;#else template <typename T> using THandler = TBaseDelegate<void, const T&>;#endif