Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPhysicsShapePointCount(int)

Retrieves the number of points in the selected physics shape for the sprite.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int GetPhysicsShapePointCount(int shapeIdx)

Parameters

shapeIdx

The index of the physics shape to retrieve the number of points from.

Returns

Type

Description

intReturns the number of points in the selected physics shape for the sprite.