Wrapper of Il2CppDelegate. More...
#include <Delegates.hpp>
Public Member Functions | |
IL2CPP::Il2CppObject * | GetInstance () const |
Get instance of delegate. | |
MethodBase | GetMethod () const |
Get method of delegate. | |
bool | IsValid () const noexcept |
Check if delegate is valid. | |
operator bool () const noexcept | |
Check if delegate is valid. | |
template<typename NewRet> | |
Delegate< NewRet > & | cast () const |
Cast delegate to be able to invoke it. | |
Wrapper of Il2CppDelegate.
|
inline |
Get instance of delegate.
|
inline |
Get method of delegate.