Version: 2021.3
言語: 日本語
public int GetShapes (PhysicsShapeGroup2D physicsShapeGroup);

パラメーター

physicsShapeGroup The PhysicsShapeGroup2D to store the retrieved PhysicsShape2D in.

戻り値

int Returns the number of PhysicsShape2D retrieved from the Rigidbody2D.

説明

Gets all the PhysicsShape2D used by all Collider2D attached to the Rigidbody2D.

Where Collider2D.GetShapes will retrieve all shapes used by a specific Collider2D, this method will return all the shapes on all Collider2D attached to the Rigidbody2D.

For a complete description of how retrieving shapes works, see Collider2D.GetShapes.