SpritePackingRotation
Sprite rotation modes for the Sprite Packer.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum SpritePackingRotation
Fields
Value | Description |
|---|---|
| Any | Any rotation. |
| FlipHorizontal | Sprite is flipped horizontally when packed. |
| FlipVertical | Sprite is flipped vertically when packed. |
| None | No rotation. |
| Rotate180 | Sprite is rotated 180 degree when packed. |