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

◆ worldNormal

Vector3 UnityEngine.EventSystems.PointerEventData.worldNormal
getset

Definition at line 244 of file PointerEventData.cs.

245 {
247 get
248 {
249 float x = this.<worldNormal>k__BackingField.x;
250 float y = this.<worldNormal>k__BackingField.y;
251 float z = this.<worldNormal>k__BackingField.z;
252 Vector3 vector;
253 return vector;
254 }
256 set
257 {
258 }
259 }
class f__AnonymousType0<< Count > j__TPar