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
Name | Type | Description |
---|---|---|
delete_on_client_disconnection ? | boolean | Whether to delete the entity when the client disconnects. |
auto_broadcast ? | boolean | Deprecated Whether to broadcast the entity automatically. |