# Sandbox.Collider.Joints

```csharp
IReadOnlySet<Joint> Joints { get; set; }
```

If we're a keyframe collider, this is the set of joints attached to us. If we're not then this won't ever
return anything.

Declared in [Sandbox.Collider](/api/Sandbox.Collider).
Assembly: `Sandbox.Engine`.
