Skip to main content
Version: 4.0.0

2D Transform

Screen Transform allows you to manipulate a Cat Face Sticker's or Dog Face Sticker's size, position, and rotation.

properties

2D Transform Component

A 2D Transform component is automatically added to the Inspector panel when a Cat Face Sticker or Dog Face Sticker object is added from the Hierarchy panel.

Properties

PropertyDescription
Position (X, Y)The default is (0,0).
RotationThe default is 0.
Scale 2D (X, Y)The default is (1,1).
Size (Width, Height)The image texture dimensions are used by default.
Pivot (X, Y)The default is (0.5, 0.5), which is the center of the 2D object.
  • X: The closer this value is to 0, the more left the pivot is. The closer the value is to 1, the more right the object pivots.
  • Y: The closer this value is to 0, the lower (to the bottom) the pivot is. The closer this value is to 1, the higher (to the top) the pivot is.
Flip XFlip the image horizontally.
Flip YFlip the image vertically.