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

◆ Start()

void BindingsExample.BindingsExample.Start ( )
inlineprivate

Definition at line 26 of file BindingsExample.cs.

27 {
28 Renderer component = base.GetComponent<Renderer>();
29 this.cachedRenderer = component;
30 }
class f__AnonymousType0<< Count > j__TPar
Component GetComponent(Type type)
Definition Component.cs:41

References UnityEngine.Component.GetComponent(), and j__TPar.