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.

Properties

delete_on_client_disconnection?

optional delete_on_client_disconnection: boolean;

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

Whether to delete the entity when the client disconnects.


auto_broadcast?

optional auto_broadcast: boolean;

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

Deprecated

Whether to broadcast the entity automatically.