Skip to main content

EntityCreationOptions

type EntityCreationOptions = {
delete_on_client_disconnection: boolean;
auto_broadcast: boolean;
auto_update: boolean;
};

Defined in: livelink.js/sources/scene/Scene.ts:26

Options for creating a new entity.

Type declaration

NameTypeDescription
delete_on_client_disconnection?booleanWhether to delete the entity when the client disconnects.
auto_broadcast?booleanDeprecated Whether to broadcast the entity automatically.
auto_update?booleanDeprecated Whether to update the entity automatically.