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::EditorWhiteBoxPolygonModifierNotifications Class Reference

Notification bus for polygon related changes. More...

#include <EditorWhiteBoxPolygonModifierBus.h>

Inherits AZ::EntityComponentBus.

Public Member Functions

virtual void OnPolygonModifierUpdatedPolygonHandle (const Api::PolygonHandle &previousPolygonHandle, const Api::PolygonHandle &nextPolygonHandle)
 

Detailed Description

Notification bus for polygon related changes.

Member Function Documentation

◆ OnPolygonModifierUpdatedPolygonHandle()

virtual void WhiteBox::EditorWhiteBoxPolygonModifierNotifications::OnPolygonModifierUpdatedPolygonHandle ( const Api::PolygonHandle previousPolygonHandle,
const Api::PolygonHandle nextPolygonHandle 
)
inlinevirtual

Was the polygon handle changed/updated by the polygon modifier.

Note
This will happen during an append/extrusion.

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