Enum VectorUtils.Alignment
The alignement of the sprite, to determine the location of the pivot.
Namespace: Unity.VectorGraphics
Syntax
public enum AlignmentFields
| Name | Description | 
|---|---|
| BottomCenter | Bottom-center alignment. | 
| BottomLeft | Bottom-left alignment. | 
| BottomRight | Bottom-right alignment. | 
| Center | Center alignment. | 
| Custom | Custom alignment. | 
| LeftCenter | Left-center alignment. | 
| RightCenter | Right-center alignment. | 
| SVGOrigin | SVG origin alignment. | 
| TopCenter | Top-center alignment. | 
| TopLeft | Top-left alignment. | 
| TopRight | Top-right alignment. |