Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VectorUtils.Alignment

The alignement of the sprite, to determine the location of the pivot.
Read time 1 minuteLast updated 6 days ago

Definition

public enum VectorUtils.Alignment

Fields

Value

Description

BottomCenterBottom-center alignment.
BottomLeftBottom-left alignment.
BottomRightBottom-right alignment.
CenterCenter alignment.
CustomCustom alignment.
LeftCenterLeft-center alignment.
RightCenterRight-center alignment.
SVGOriginSVG origin alignment.
TopCenterTop-center alignment.
TopLeftTop-left alignment.
TopRightTop-right alignment.