terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
TransformExtensions Class Reference
+ Collaboration diagram for TransformExtensions:

Static Public Member Functions

static Transform[] FindAllInChildren (this Transform transform, string name)
 
static Transform GetChildByName (this Transform transform, string name)
 
static Transform FindInChildren (this Transform transform, string name)
 
static T FindInObjectOrChildren< T > (this Transform transform)
 
static T FindInChildren< T > (this Transform transform)
 
static T FindInParents< T > (this Transform transform)
 
static void SetLayer (this Transform transform, int layer)
 
static string GetPath (this Transform transform)
 

Static Private Member Functions

static void FindAllInChildren (this Transform transform, string name, List< Transform > results)
 

Detailed Description

Definition at line 8 of file TransformExtensions.cs.


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