Home > server > BaseEntityOptions
The base options for an entity.
Signature:
export interface BaseEntityOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) The entity controller to use for the entity. | |||
|
string |
(Optional) The name of the entity. | ||
|
number |
(Optional) The opacity of the entity between 0 and 1. 0 is fully transparent, 1 is fully opaque. | ||
|
(Optional) The parent entity of the entity, entities with a parent will ignore creating their own colliders. | |||
|
string |
(Optional) The name of the parent's node (if parent is a model entity) to attach the entity to. | ||
|
(Optional) The rigid body options for the entity. | |||
|
string |
(Optional) An arbitrary identifier tag of the entity. Useful for your own logic. | ||
|
(Optional) The tint color of the entity as a hex code. |