Type Alias: EntityCreationOptions
type EntityCreationOptions = {
delete_on_client_disconnection?: boolean;
auto_broadcast?: boolean;
};
Defined in: livelink.clients/livelink.base/sources/scene/Scene.ts:36
Options for creating a new entity.
Properties
delete_on_client_disconnection?
optional delete_on_client_disconnection?: boolean;
Defined in: livelink.clients/livelink.base/sources/scene/Scene.ts:40
Whether to delete the entity when the client disconnects.
auto_broadcast?
optional auto_broadcast?: boolean;
Defined in: livelink.clients/livelink.base/sources/scene/Scene.ts:46
Deprecated
Whether to broadcast the entity automatically.