Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::EditorEntityVisibilityNotifications Class Reference

#include <EditorVisibilityBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void OnEntityVisibilityChanged (bool)
 
virtual void OnEntityVisibilityFlagChanged (bool)
 

Detailed Description

Messages about whether an Entity is shown or hidden in the Editor. See EditorVisibilityRequests.

Member Function Documentation

◆ OnEntityVisibilityChanged()

virtual void AzToolsFramework::EditorEntityVisibilityNotifications::OnEntityVisibilityChanged ( bool  )
inlinevirtual

The entity's current visibility has changed.

Note
This does not reflect whether the entity is currently on-camera.

◆ OnEntityVisibilityFlagChanged()

virtual void AzToolsFramework::EditorEntityVisibilityNotifications::OnEntityVisibilityFlagChanged ( bool  )
inlinevirtual

The entity's visibility flag has been changed. Even if the flag is set true, the entity may be hidden for other reasons. ATTN: Only EditorEntityModelEntry should listen to this notification.


The documentation for this class was generated from the following file: