Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AngleRangeInfo

Describes the information about the edge and how to tessellate it.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine.U2D
  • Assembly: UnityEngine.SpriteShapeModule
public struct AngleRangeInfo

Fields

Value

Description

endThe maximum angle to be considered within this range.
orderThe render order of the edges that belong in this range.
spritesThe list of Sprites that are associated with this range.
startThe minimum angle to be considered within this range.