Open 3D Engine AzFramework 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.
AzFramework::EntityVisibilityBoundsUnionSystem Class Reference

Provide a unified hook between entities and the visibility system. More...

#include <EntityVisibilityBoundsUnionSystem.h>

Inherits IEntityBoundsUnionRequestBus::Handler, and AZ::TickBus::Handler.

Public Member Functions

void Connect ()
 
void Disconnect ()
 
void RefreshEntityLocalBoundsUnion (AZ::EntityId entityId) override
 
AZ::Aabb GetEntityLocalBoundsUnion (AZ::EntityId entityId) const override
 
AZ::Aabb GetEntityWorldBoundsUnion (AZ::EntityId entityId) const override
 
void ProcessEntityBoundsUnionRequests () override
 
void OnTransformUpdated (AZ::Entity *entity) override
 

Detailed Description

Provide a unified hook between entities and the visibility system.


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