<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ClothColliderShape",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:22RealityFoundationCloth0C13ColliderShapeO"
  },
  "title" : "ClothColliderShape"
}
-->

# ClothColliderShape

Shape suitable for use as a collider.

```
enum ClothColliderShape
```

## Topics

### Specifying the collider shape

[`case box(ClothBoxShape)`](/documentation/RealityKit/ClothColliderShape/box(_:))

A box collider shape.

[`case roundedBox(ClothRoundedBoxShape)`](/documentation/RealityKit/ClothColliderShape/roundedBox(_:))

A rounded box collider shape.

[`case sphere(ClothSphereShape)`](/documentation/RealityKit/ClothColliderShape/sphere(_:))

A sphere collider shape.

[`case capsule(ClothCapsuleShape)`](/documentation/RealityKit/ClothColliderShape/capsule(_:))

A capsule collider shape.

[`case plane(ClothPlaneShape)`](/documentation/RealityKit/ClothColliderShape/plane(_:))

A plane collider shape.

[`case mesh(ClothMeshShape)`](/documentation/RealityKit/ClothColliderShape/mesh(_:))

A mesh collider shape.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)