Sprite.GetPhysicsShapeCount
public int GetPhysicsShapeCount();
Returns
int The number of physics shapes for the Sprite.
Description 描述
The number of physics shapes for the Sprite.
A physics shape 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, its outline is not necessarily defined by a single physics shape.