This version of Unity is unsupported.

PhysicsShapeType2D

enumeration

Description

Options for indicate which primitive shape type is used to interpret geometry contained within a PhysicsShape2D object.

Properties

CircleUse a circle shape to interpret the PhysicsShape2D geometry.
CapsuleUse a capsule shape to interpret the PhysicsShape2D geometry.
PolygonUse a convex polygon shape to interpret the PhysicsShape2D geometry.
EdgesUse multiple edges to interpret the PhysicsShape2D geometry.