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

◆ GetLocalCorners()

void UnityEngine.RectTransform.GetLocalCorners ( Vector3[] fourCornersArray)
inline

Definition at line 158 of file RectTransform.cs.

159 {
160 if (fourCornersArray != null)
161 {
162 }
163 Debug.LogError("Calling GetLocalCorners with an array that is null or has less than 4 elements.");
164 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and UnityEngine.Debug.LogError().