コード例 #1
0
 public static void LogLayoutEntry(Rect rect, int left, int right, int top, int bottom, GUIStyle style)
 {
     GUIDebugger.LogLayoutEntry_Injected(ref rect, left, right, top, bottom, style);
 }
コード例 #2
0
 public static void LogLayoutEntry(Rect rect, RectOffset margins, GUIStyle style)
 {
     GUIDebugger.LogLayoutEntry_Injected(ref rect, margins, style);
 }