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

◆ eventCamera

override Camera UnityEngine.EventSystems.PhysicsRaycaster.eventCamera
getinherited

Definition at line 22 of file PhysicsRaycaster.cs.

23 {
24 get
25 {
26 Camera eventCamera = this.m_EventCamera;
27 if (!true)
28 {
29 }
30 Camera component = base.GetComponent<Camera>();
31 this.m_EventCamera = component;
32 if (component != null)
33 {
34 return component;
35 }
36 return Camera.main;
37 }
38 }
class f__AnonymousType0<< Count > j__TPar
Component GetComponent(Type type)
Definition Component.cs:41