The '''RectTransform''' component defines what space a slot with [[UIX]] components on it will use, based on the total amount of space that has been provided. This is mostly used to encapsulate elements with inside it, then provides options to anchor, offset, and pivot the placement of the RectTransform container.
A RectTransform defines what space a slot with [[UIX]] components on it will use, based on the total amount of space that has been provided.
<!--T:3-->
<!--T:3-->
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|AnchorMin|Float2|The normalized position (0 to 1) in the parent object that the lower left corner is anchored to.
|AnchorMin|Float2|The normalized position (0 to 1) in the parent object that the lower left corner is anchored to.
|AnchorMax|Float2|The normalized position (0 to 1) in the parent object that the upper right corner is anchored to.
|AnchorMax|Float2|The normalized position (0 to 1) in the parent object that the upper right corner is anchored to.
|OffsetMin|Float2|The offset of the lower left corner of the rectangle relative to the lower left anchor, in pixels.
|OffsetMin|Float2|The offset of the lower left corner of the rectangle relative to the lower left anchor, in pixels.
Line 24:
Line 21:
<!--T:4-->
<!--T:4-->
== Behavior ==
== Usage ==
This can be used for placements inside your canvas or other upper elements, for your images or other lower elements for this container component.
{{Note|When attempting to duplicate a RectTransform, the new RectTransform will remove itself from the [[Slot|slot]].|information}}
<!--T:5-->
<!--T:5-->
== Examples ==
== Examples ==
Here is a video from [[User:ProbablePrime|ProbablePrime]]'s tutorial on RectTransforms:
<youtube>cLtD7uWrduI</youtube>
<!--T:6-->
<!--T:6-->
== Related Components ==
== See Also ==
The [[Component:RectTransformComputedProperties|RectTransformComputedProperties]] component is useful when using this component as a reference, returning you the size of the actual rect transform for your calculations.
The RectTransform component defines what space a slot with UIX components on it will use, based on the total amount of space that has been provided. This is mostly used to encapsulate elements with inside it, then provides options to anchor, offset, and pivot the placement of the RectTransform container.
The RectTransformComputedProperties component is useful when using this component as a reference, returning you the size of the actual rect transform for your calculations.