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

# ClothSphereShape

Shape representing a sphere.

```
struct ClothSphereShape
```

## Topics

### Creating a sphere shape

[`init(radius: Float)`](/documentation/RealityKit/ClothSphereShape/init(radius:))

Creates a sphere shape with the given radius.

### Instance Properties

[`var radius: Float`](/documentation/RealityKit/ClothSphereShape/radius)

The radius of the sphere.

## 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)