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.

RectTransformUtility

class in UnityEngine

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

Descripción

Utility class containing helper methods for working with RectTransform.

Funciones Estáticas

FlipLayoutAxesFlips the horizontal and vertical axes of the RectTransform size and alignment, and optionally its children as well.
FlipLayoutOnAxisFlips the alignment of the RectTransform along the horizontal or vertical axis, and optionally its children as well.
PixelAdjustPointConvert a given point in screen space into a pixel correct point.
PixelAdjustRectGiven a rect transform, return the corner points in pixel accurate coordinates.
RectangleContainsScreenPointDoes the RectTransform contain the screen point as seen from the given camera?
ScreenPointToLocalPointInRectangleTransform a screen space point to a position in the local space of a RectTransform that is on the plane of its rectangle.
ScreenPointToWorldPointInRectangleTransform a screen space point to a position in world space that is on the plane of the given RectTransform.