|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for Terraria.GameContent.UI.ResourceSets.ResourceDrawSettings.TextureGetter:Public Member Functions | |
| TextureGetter (object @object, IntPtr method) | |
| void | Invoke (int elementIndex, int firstElementIndex, int lastElementIndex, [Out] Asset< Texture2D > texture, [Out] Vector2 drawOffset, [Out] float drawScale, [Out] Rectangle? sourceRect) |
| IAsyncResult | BeginInvoke (int elementIndex, int firstElementIndex, int lastElementIndex, [Out] Asset< Texture2D > texture, [Out] Vector2 drawOffset, [Out] float drawScale, [Out] Rectangle? sourceRect, AsyncCallback callback, object @object) |
| void | EndInvoke ([Out] Asset< Texture2D > texture, [Out] Vector2 drawOffset, [Out] float drawScale, [Out] Rectangle? sourceRect, IAsyncResult result) |
| override void | GetObjectData (SerializationInfo info, StreamingContext context) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override Delegate[] | GetInvocationList () |
| virtual object | Clone () |
Protected Member Functions | |
| override MethodInfo | GetMethodImpl () |
| override Delegate | CombineImpl (Delegate follow) |
| override Delegate | RemoveImpl (Delegate value) |
Static Package Functions | |
| static Delegate | CreateDelegate_internal (Type type, object target, MethodInfo info, bool throwOnBindFailure) |
| static MulticastDelegate | AllocDelegateLike_internal (Delegate d) |
Properties | |
| MethodInfo | Method [get] |
| object | Target [get] |
Private Member Functions | |
| int | LastIndexOf (Delegate[] haystack, Delegate[] needle) |
| MethodInfo | GetVirtualMethod_internal () |
Static Private Member Functions | |
| static bool | arg_type_match (Type delArgType, Type argType) |
| static bool | arg_type_match_this (Type delArgType, Type argType, bool boxedThis) |
| static bool | return_type_match (Type delReturnType, Type returnType) |
| static Delegate | CreateDelegate (Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed) |
| static MethodInfo | GetCandidateMethod (Type type, Type target, string method, BindingFlags bflags, bool ignoreCase, bool throwOnBindFailure) |
Definition at line 74 of file ResourceDrawSettings.cs.