Click or drag to resize

TransformValues Fields

The TransformValues type exposes the following members.

Fields
  NameDescription
Public fieldAnchoredPosition3D
The 3D position of the pivot of this RectTransform relative to the anchor reference point.
Public fieldAnchorMax
The normalized position in the parent RectTransform that the upper right corner is anchored to.
Public fieldAnchorMin
The normalized position in the parent RectTransform that the lower left corner is anchored to.
Public fieldIsRectTransform
Whether or not these values came from a RectTransform
Public fieldLocalScale
The scale of the Transform relative to the parent.
Public fieldPivot
The normalized position in this RectTransform that it rotates around.
Public fieldPosition
The position of the Transform in world space.
Public fieldRotation
The rotation of the Transform in world space stored as a Quaternion.
Public fieldRotationEuler
The rotation as Euler angles in degrees.
Public fieldSizeDelta
The size of this RectTransform relative to the distances between the anchors.
Top
See Also