(One intermediate revision by one other user not shown)
Line 2:
Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=RectTransformLerpComponent.png
|Image=RectTransformLerpComponent.png
Line 9:
Line 8:
<!--T:2-->
<!--T:2-->
== Intoduction ==
The '''RectTransformLerp''' component takes the [[Component:RectTransform|RectTransform]] that's on the same [[Slot|slot]] and lerps the size & scale of the RectTransform.
The RectTransformLerp component takes the [[RectTransform (Component)|RectTransform]] that's on the same slot and lerps the size & scale of the Rect Transform.
<!--T:3-->
<!--T:3-->
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Lerp|Float|
|Lerp|Float|The amount to lerp by.
|SourceRect|RectTransform|
|SourceRect|'''[[Component:RectTransform|RectTransform]]'''|TypeAdv1=true|The [[Component:RectTransform|RectTransform]] to lerp.