Enum VectorUtils.Alignment
The alignement of the sprite, to determine the location of the pivot.
Namespace: Unity.VectorGraphics
Assembly: Unity.VectorGraphics.dll
Syntax
public enum VectorUtils.Alignment
Fields
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. |