Version: 2020.1
언어: 한국어

SpriteAlignment

enumeration

매뉴얼로 전환

설명

How a Sprite's graphic rectangle is aligned with its pivot point.

See Also: Sprite class.

변수

CenterPivot is at the center of the graphic rectangle.
TopLeftPivot is at the top left corner of the graphic rectangle.
TopCenterPivot is at the center of the top edge of the graphic rectangle.
TopRightPivot is at the top right corner of the graphic rectangle.
LeftCenterPivot is at the center of the left edge of the graphic rectangle.
RightCenterPivot is at the center of the right edge of the graphic rectangle.
BottomLeftPivot is at the bottom left corner of the graphic rectangle.
BottomCenterPivot is at the center of the bottom edge of the graphic rectangle.
BottomRightPivot is at the bottom right corner of the graphic rectangle.
CustomPivot is at a custom position within the graphic rectangle.