Version 3.3.0.1

GUILayout_Internal class

Namespace: Sirenix.Reflection.Editor
Assembly: Sirenix.Reflection.Editor
public class GUILayout_Internal
Inheritance
  • System.Object
  • GUILayout_Internal

Constructors

GUILayout_Internal()
public GUILayout_Internal()

Methods

BeginColumn(LayoutSize, Nullable<LayoutSize>, Nullable<LayoutSize>)
public static Rect BeginColumn(LayoutSize size, LayoutSize? minWidth = default(LayoutSize? ), LayoutSize? maxWidth = default(LayoutSize? ))
Parameters
LayoutSize size

System.Nullable<LayoutSize> minWidth

System.Nullable<LayoutSize> maxWidth

Returns
UnityEngine.Rect

BeginRow()
public static Rect BeginRow()
Returns
UnityEngine.Rect

ColumnSpace(LayoutSize)
public static Rect ColumnSpace(LayoutSize size)
Parameters
LayoutSize size

Returns
UnityEngine.Rect

EndColumn()
public static Rect EndColumn()
Returns
UnityEngine.Rect

EndRow()
public static Rect EndRow()
Returns
UnityEngine.Rect