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 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.