Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

GUI.GroupScope.GUI.GroupScope

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual
public GUI.GroupScope(position: Rect)
public GUI.GroupScope(Rect position);
public GUI.GroupScope(position: Rect, text: string)
public GUI.GroupScope(Rect position, string text);
public GUI.GroupScope(position: Rect, image: Texture)
public GUI.GroupScope(Rect position, Texture image);
public GUI.GroupScope(position: Rect, content: GUIContent)
public GUI.GroupScope(Rect position, GUIContent content);
public GUI.GroupScope(position: Rect, style: GUIStyle)
public GUI.GroupScope(Rect position, GUIStyle style);
public GUI.GroupScope(position: Rect, text: string, style: GUIStyle)
public GUI.GroupScope(Rect position, string text, GUIStyle style);
public GUI.GroupScope(position: Rect, image: Texture, style: GUIStyle)
public GUI.GroupScope(Rect position, Texture image, GUIStyle style);

Parámetros

position Rectangle on the screen to use for the group.
text Text to display on the group.
image Texture to display on the group.
content Text, image and tooltip for this group. If supplied, any mouse clicks are "captured" by the group and not If left out, no background is rendered, and mouse clicks are passed.
style The style to use for the background.

Descripción

Create a new GroupScope and begin the corresponding group.