Enum PivotSpaces
The space the Sprite pivots are being calculated.
Namespace: UnityEditor.U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public enum PivotSpaces
Fields
Name | Description |
---|---|
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. |
Local | Local space. This is the normal pivot space. |