Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

Sprite.GetPhysicsOutlineCount

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

Switch to Manual

Declaration

public int GetPhysicsOutlineCount();

Returns

int The number of physics outlines for the Sprite.

Description

The number of physics outlines for the Sprite.

A physics outline is a cyclic sequence of line segments between points that define the outline of the Sprite used for physics. Since the Sprite can have holes and discontinuous parts, it can be made up of more than one physics outline.