Home > server > BlockEntityOptions
The options for creating a block entity.
Signature:
export interface BlockEntityOptions extends BaseEntityOptions Extends: BaseEntityOptions
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) 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. | |||
|
string |
(Optional) The texture uri of a entity if the entity is a block entity, if set rigidBodyOptions collider shape [0] must be a block |