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
TransformExtensions Class Reference

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 7 of file TransformExtensions.cs.


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