Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CalculateAABB(PhysicsTransform)

Calculate the AABB of the geometry.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly PhysicsAABB CalculateAABB(PhysicsTransform transform)

Parameters

The transform used to specify where the geometry is positioned.

Returns

Type

Description

PhysicsAABBThe bounds of the geometry.