> 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-grid-object.md).

# Buildable Grid Object

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

<figure><img src="https://4076857463-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzgUHYggWkJIGXQGAerRm%2Fuploads%2F5YunmryICeKdUVhRhLvT%2FScreenshot_124.png?alt=media&amp;token=f94de2c6-da65-49c9-9adc-de07841da4bb" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="228">Property</th><th width="391.3333333333333">Function</th><th>Required</th></tr></thead><tbody><tr><td>Buildable Grid Object Type SO</td><td>BuildableGridObjectTypeSO asset that this Buildable Grid Object owns. </td><td><mark style="color:red;"><strong>Yes</strong></mark></td></tr><tr><td>Rotate Object For XY</td><td>Rotate this object automatically in Grid Axis XY</td><td>No</td></tr><tr><td>Rotate Object For XZ</td><td>Rotate this object automatically in Grid Axis XZ</td><td>No</td></tr><tr><td>Calculate Pivot</td><td>Automatically calculate the object's Pivot and Scale</td><td>No</td></tr><tr><td>Rotate Scale &#x26; Pivot For XY</td><td>Rotate the custom Scale and Pivot, to the XY axis</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 [**BuildableGridObjectTypeSO**](/easy-grid-builder-pro-documentation/scriptable-objects/buildable-grid-object-type-so.md) asset to get a better understanding on how Buildable Grid Objects Type SO can be implemented.

To use this component simply add this to the buildable grid object prefab parent. Then add the BuildableGridObjectTypeSO 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%2FIs0AF4OXwAJV7luA1CJ5%2FScreenshot_125.png?alt=media&amp;token=e3c90e2e-87c8-41f3-8c04-e2b9cd93ce63" 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 Grid Object component was added to the parent of the buildable grid object prefab and also, the BuildableGridObjectTypeSO asset was added to the field.

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