Open 3D Engine WhiteBox Gem 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.
WhiteBox::WhiteBoxMeshAssetNotifications Class Reference

Notification bus for white box mesh asset modifications. More...

#include <WhiteBoxMeshAssetBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::Data::AssetId
 

Public Member Functions

virtual void OnWhiteBoxMeshAssetModified (AZ::Data::Asset< AZ::Data::AssetData > asset)
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Notification bus for white box mesh asset modifications.

Member Function Documentation

◆ OnWhiteBoxMeshAssetModified()

virtual void WhiteBox::WhiteBoxMeshAssetNotifications::OnWhiteBoxMeshAssetModified ( AZ::Data::Asset< AZ::Data::AssetData >  asset)
inlinevirtual

Raised when the asset has been modified. This is so other white box components referencing the same asset will know to update their render mesh.


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