---
title: ClothSphereShape
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothsphereshape
---

# ClothSphereShape

Shape representing a sphere.

## Declaration

```swift
struct ClothSphereShape
```

## Topics

### Creating a sphere shape

- [init(radius:)](realitykit/clothsphereshape/init(radius:).md)

### Instance Properties

- [radius](realitykit/clothsphereshape/radius.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Cloth shapes

- [ClothMeshShape](realitykit/clothmeshshape.md)
- [ClothPlaneShape](realitykit/clothplaneshape.md)
- [ClothBoxShape](realitykit/clothboxshape.md)
- [ClothRoundedBoxShape](realitykit/clothroundedboxshape.md)
- [ClothCapsuleShape](realitykit/clothcapsuleshape.md)
- [ClothVolumeShape](realitykit/clothvolumeshape.md)
