Home > server > ModelEntityOptions
The options for creating a model entity.
Signature:
export interface ModelEntityOptions extends BaseEntityOptions Extends: BaseEntityOptions
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) The playback rate of the entity's model animations. | ||
|
string[] |
(Optional) The nodes to hide on the entity's model. | ||
|
string[] |
(Optional) The looped animations to start when the entity is spawned. | ||
|
(Optional) The preferred shape of the entity's model when automatically generating its collider when no explicit colliders are provided. | |||
|
number |
(Optional) The scale of the entity's model. | ||
|
string |
(Optional) The URI or path to the .gltf model asset to be used for the entity. |