Table of Contents
Extensions for Il2cpp delegates
public static class Il2CppSystemDelegateExxt
Inheritance System.Object Il2CppSystemDelegateExxt
Create a new and seperate copy of this object. Same as using: .Clone().Cast();
public static T Duplicate<T>(this Delegate del)
where T : Il2CppObjectBase;
T
Type of object you want to cast to when duplicating. Done automatically