GetPhysicsOutlineCount()
The number of physics outlines for the Sprite.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public int GetPhysicsOutlineCount()
Returns
Type | Description |
|---|---|
| int | The number of physics outlines for the Sprite. |
Remarks
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.