Skip to main content

Class: EntityVisibilityChangedEvent

Defined in: livelink.js/sources/scene/EntityEvents.ts:74

The event that is fired when the entity visibility changes.

Extends

  • Event

Properties

PropertyModifierTypeDescription
change_sourcereadonly"local" | "external"The source of the change. - "external": The visibility change was made by another user from another instance of the app or even another app. - "internal": The visibility change was made by the current app.
is_visiblereadonlybooleanThe new visibility state of the entity.