SpriteDrawMode
SpriteRenderer draw mode.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum SpriteDrawMode
Remarks
Enum defining the draw mode for SpriteRenderer.drawMode. This controls how to display the Sprite.
Fields
Value | Description |
|---|---|
| Simple | Displays the full sprite. |
| Sliced | The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will scale. |
| Tiled | The SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will tile. |