text | @param text Настраиваемый текст для отображения в области. |
image | Optional texture to display in the area. |
content | Optional text, image and tooltip top display for this area. |
style | The style to use. If left out, the empty GUIStyle (GUIStyle.none) is used, giving a transparent background. |
Назначает блок элементов управления GUILayout, управляемый в определенной области экрана.
By default, any GUI controls made using GUILayout are placed in the top-left corner of the screen.
If you want to place a series of automatically laid out controls in an arbitrary area, use GUILayout.BeginArea to define a new area for the automatic layouting system to use.
See Also: EndArea
Explained Area of the example.
no example available in C#
Данная функция очень полезна при смешивании GUILayout кода. Он должен быть согласован с вызовом EndArea. BeginArea / EndArea не могут быть вложенными.