Version: 2019.4
LanguageEnglish
  • C#

SpriteShapeMetaData

struct in UnityEngine.U2D

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Additional data about the shape's control point. This is useful during tessellation of the shape.

Properties

bevelCutoffThe threshold of the angle that decides if it should be tessellated as a curve or a corner.
bevelSizeThe radius of the curve to be tessellated.
cornerTrue will indicate that this point should be tessellated as a corner or a continuous line otherwise.
heightThe height of the tessellated edge.
spriteIndexThe Sprite to be used for a particular edge.