Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

SimpleDisplays the full sprite.
SlicedThe SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will scale.
TiledThe SpriteRenderer will render the sprite as a 9-slice image where the corners will remain constant and the other sections will tile.