Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsShapeType2D

Options for indicate which primitive shape type is used to interpret geometry contained within a PhysicsShape2D object.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public enum PhysicsShapeType2D

Remarks

Additional Resources: _shapeType

Fields

Value

Description

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