Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SpriteSortPoint

Determines the position of the Sprite used for sorting the Renderer.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum SpriteSortPoint

Fields

Value

Description

CenterThe center of the Sprite is used as the point for sorting the Renderer.
PivotThe pivot of the Sprite is used as the point for sorting the Renderer.