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

◆ GetWorldCorners()

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

Definition at line 167 of file RectTransform.cs.

168 {
169 if (fourCornersArray != null)
170 {
171 }
172 Debug.LogError("Calling GetWorldCorners with an array that is null or has less than 4 elements.");
173 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by UnityEngine.UI.ScrollRect.GetBounds().