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.

DrivenTransformProperties

enumeration

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

An enumeration of transform properties that can be driven on a RectTransform by an object.

Variables

NoneDeselects all driven properties.
AllSelects all driven properties.
AnchoredPositionXSelects driven property RectTransform.anchoredPosition.x.
AnchoredPositionYSelects driven property RectTransform.anchoredPosition.y.
AnchoredPositionZSelects driven property RectTransform.anchoredPosition3D.z.
RotationSelects driven property Transform.localRotation.
ScaleXSelects driven property Transform.localScale.x.
ScaleYSelects driven property Transform.localScale.y.
ScaleZSelects driven property Transform.localScale.z.
AnchorMinXSelects driven property RectTransform.anchorMin.x.
AnchorMinYSelects driven property RectTransform.anchorMin.y.
AnchorMaxXSelects driven property RectTransform.anchorMax.x.
AnchorMaxYSelects driven property RectTransform.anchorMax.y.
SizeDeltaXSelects driven property RectTransform.sizeDelta.x.
SizeDeltaYSelects driven property RectTransform.sizeDelta.y.
PivotXSelects driven property RectTransform.pivot.x.
PivotYSelects driven property RectTransform.pivot.y.
AnchoredPositionSelects driven property RectTransform.anchoredPosition.
AnchoredPosition3DSelects driven property RectTransform.anchoredPosition3D.
ScaleSelects driven property combining ScaleX, ScaleY && ScaleZ.
AnchorMinSelects driven property combining AnchorMinX and AnchorMinY.
AnchorMaxSelects driven property combining AnchorMaxX and AnchorMaxY.
AnchorsSelects driven property combining AnchorMinX, AnchorMinY, AnchorMaxX and AnchorMaxY.
SizeDeltaSelects driven property combining SizeDeltaX and SizeDeltaY.
PivotSelects driven property combining PivotX and PivotY.
DrivenTransformPropertiesSelects driven property RectTransform.anchoredPosition.x.
DrivenTransformPropertiesSelects driven property RectTransform.anchoredPosition.y.
DrivenTransformPropertiesSelects driven property Transform.localPosition.z.
DrivenTransformPropertiesSelects driven property combining PositionX, PositionY and PositionZ.