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
|
Static Public Member Functions | |
static GameObject | FindInChildren (this GameObject gameObject, string name) |
static T | FindInChildren< T > (this GameObject gameObject) |
static T | FindInObjectOrChildren< T > (this GameObject gameObject) |
static T[] | GetComponentsInObjectChildren< T > (this GameObject gameObject) |
static T | FindInParents< T > (this GameObject gameObject) |
static T | FindInObjectOrParents< T > (this GameObject gameObject) |
static void | SetLayer (this GameObject gameObject, int layer) |
static GameObject | InstantiatePrefabAsChild (this GameObject gameObject, GameObject prefab) |
static string | GetPath (this GameObject gameObject) |
static GameObject | Parent (this GameObject gameObject) |
Definition at line 9 of file GameObjectExtensions.cs.