enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseHow a Sprite's graphic rectangle is aligned with its pivot point.
Additional resources: Sprite class.
Center | Pivot is at the center of the graphic rectangle. |
TopLeft | Pivot is at the top left corner of the graphic rectangle. |
TopCenter | Pivot is at the center of the top edge of the graphic rectangle. |
TopRight | Pivot is at the top right corner of the graphic rectangle. |
LeftCenter | Pivot is at the center of the left edge of the graphic rectangle. |
RightCenter | Pivot is at the center of the right edge of the graphic rectangle. |
BottomLeft | Pivot is at the bottom left corner of the graphic rectangle. |
BottomCenter | Pivot is at the center of the bottom edge of the graphic rectangle. |
BottomRight | Pivot is at the bottom right corner of the graphic rectangle. |
Custom | Pivot is at a custom position within the graphic rectangle. |