> For the complete documentation index, see [llms.txt](https://mindcodeinteractive.gitbook.io/easy-build-system-old/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mindcodeinteractive.gitbook.io/easy-build-system-old/components/building-linkable-surface.md).

# Building Linkable Surface

You can attach this component to moving colliders. When a [Building Part](/easy-build-system-old/components/building-part.md) is placed and collides with the surface, it will automatically be assigned to the parent, making it relative to its movement, whether it is a rigidbody or animation.

{% hint style="info" %}
Explore fields description in the Inspector by hovering your cursor over them.\
You can find more information about this here: [Tooltip Attribute](https://docs.unity3d.com/ScriptReference/TooltipAttribute.html).
{% endhint %}

***

## API

You can access this class by including the following namespace:

```csharp
using EasyBuildSystem.Features.Runtime.Buildings.Part.Conditions
```
