You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a method returns an object (either as an actual return or as an out parameter), the type of that object should be the exact type, which might be derived from specified return type.
When a method returns an object (either as an actual return or as an out parameter), the type of that object should be the exact type, which might be derived from specified return type.
For example, consider this Mono method:
When when the Il2Cpp wrapper is called by a modder, we want it to return
Il2CppSystem.IO.MemoryStream
, notIl2CppSystem.IO.Stream
.This requires #142 and #143.
The text was updated successfully, but these errors were encountered: