Skip to main content

Type Alias: EntityCreationOptions

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

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

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.