<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [BlockEntityOptions](./server.blockentityoptions.md) &gt; [blockHalfExtents](./server.blockentityoptions.blockhalfextents.md)

## BlockEntityOptions.blockHalfExtents property

The half extents of the visual size of the block entity when blockTextureUri is set. If no rigidBodyOptions.colliders are provided, a block collider with the size of the half extents will be created.

**Signature:**

```typescript
blockHalfExtents?: Vector3Like;
```
