Version: 2023.2
言語: 日本語
public Bounds GetShapeBounds (List<Bounds> bounds, bool useRadii, bool useWorldSpace);

パラメーター

bounds The list used to store the returned Bounds.
useRadii Whether the radius of each PhysicsShape2D should be used to calculate the Bounds or not.
useWorldSpace Whether to transform all the returned Bounds to world space or leave them in their default local space.

戻り値

Bounds Returns the combined Bounds of the retrieved list.

説明

Retrieves a list of Bounds for all PhysicsShape2D created by this Collider2D, and returns the combined Bounds of the retrieved list.