terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UnityEngine.Resources Class Referencesealed

Static Public Member Functions

static Object Load (string path)
 
static T Load< T > (string path)
 
static Object Load (string path, Type systemTypeInstance)
 
static ResourceRequest LoadAsync (string path)
 
static ResourceRequest LoadAsync (string path, Type type)
 
static Object[] LoadAll (string path, Type systemTypeInstance)
 
static T[] LoadAll< T > (string path)
 
static Object GetBuiltinResource ([NotNull("ArgumentNullException")] Type type, string path)
 
static T GetBuiltinResource< T > (string path)
 
static void UnloadAsset (Object assetToUnload)
 
static AsyncOperation UnloadUnusedAssets ()
 

Static Package Functions

static T[] ConvertObjects< T > (Object[] rawObjects)
 

Detailed Description

Definition at line 11 of file Resources.cs.


The documentation for this class was generated from the following file: