> For the complete documentation index, see [llms.txt](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soulgamess-studio.gitbook.io/easy-grid-builder-pro-documentation/primary-components/buildable-edge-object.md).

# Buildable Edge Object

This component handles all the Buildable Edge Object's functionalities. This component must be added to the Buildable Edge Object's parent.

<figure><img src="https://4076857463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzgUHYggWkJIGXQGAerRm%2Fuploads%2FTizk7OGjRnBf13Wk3I58%2FScreenshot_151.png?alt=media&amp;token=09049bca-8afa-4b88-8269-e60c550fc672" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="230.33333333333331">Property</th><th width="413">Function</th><th>Required</th></tr></thead><tbody><tr><td>Buildable Edge Object Type SO</td><td>BuildableEdgeObjectTypeSO asset that this Buildable Edge Object owns. </td><td><mark style="color:red;"><strong>Yes</strong></mark></td></tr><tr><td>Calculate Pivot</td><td>Automatically calculate the object's Pivot and Scale</td><td>No</td></tr><tr><td>Object Scale</td><td>The scale of the object</td><td><mark style="color:red;"><strong>Yes</strong></mark></td></tr><tr><td>Object Center</td><td>The offset of the object's Scale</td><td><mark style="color:red;"><strong>Yes</strong></mark></td></tr><tr><td>Object Custom Pivot</td><td>The custom Pivot position of the object</td><td><mark style="color:red;"><strong>Yes</strong></mark></td></tr></tbody></table>

It's Recommended to read about the [BuildableEdgeObjectTypeSO](/easy-grid-builder-pro-documentation/scriptable-objects/buildable-edge-object-type-so.md) asset to get a better understanding on how Buildable Edge Objects Type SO can be implemented.

To use this component simply add this to the buildable edge object prefab parent. Then add the BuildableEdgeObjectTypeSO asset, that this object owns.

<figure><img src="https://4076857463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzgUHYggWkJIGXQGAerRm%2Fuploads%2Ff01w7ib6ZDUt0N7wbF31%2FScreenshot_153.png?alt=media&amp;token=87cd3d14-4237-4777-addc-ff014e7df6ce" alt=""><figcaption></figcaption></figure>

***NOTE:** Read this quick guide to see* [***Automatically Setting Up the Pivot and Scale.***](/easy-grid-builder-pro-documentation/walk-through-tutorial/auto-pivot-and-scale-calculation.md)

As shown in the image above Buildable Edge Object component was added to the parent of the buildable edge object prefab and also, the BuildableEdgeObjectTypeSO asset was added to the field.

You can find example implementations of this component in all the pre-made buildable edge object prefabs located in ***EasyGridBuilder Pro > Prefabs > Buildable Edge Object Samples***.
