Enum PivotSpaces
The space the Sprite pivots are being calculated.
Namespace: UnityEditor.U2D.Aseprite
Syntax
public enum PivotSpaces
Fields
| Name | Description | Value |
|---|---|---|
| Canvas | Canvas space. Calculate the pivot based on where the Sprite is positioned on the source asset's canvas. This is useful if the Sprite is being swapped out in an animation. |
0 |
| Local | Local space. This is the normal pivot space. |
1 |