GUILayout.BeginVerticalstatic function BeginVertical (params options : GUILayoutOption[]) : voidstatic function BeginVertical (style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function BeginVertical (text : String, style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function BeginVertical (image : Texture, style : GUIStyle, params options : GUILayoutOption[]) : voidstatic function BeginVertical (content : GUIContent, style : GUIStyle, params options : GUILayoutOption[]) : voidParameters
DescriptionBegin a vertical control group. All controls rendered inside this element will be placed vertically below each other. The group must be closed with a call to EndVertical.
JavaScript
function OnGUI () { using UnityEngine; import UnityEngine
|

