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

Notification bus for edge related changes. More...

#include <EditorWhiteBoxEdgeModifierBus.h>

Inherits AZ::EntityComponentBus.

Public Member Functions

virtual void OnEdgeModifierUpdatedEdgeHandle (Api::EdgeHandle previousEdgeHandle, Api::EdgeHandle nextEdgeHandle)
 

Detailed Description

Notification bus for edge related changes.

Member Function Documentation

◆ OnEdgeModifierUpdatedEdgeHandle()

virtual void WhiteBox::EditorWhiteBoxEdgeModifierNotifications::OnEdgeModifierUpdatedEdgeHandle ( Api::EdgeHandle  previousEdgeHandle,
Api::EdgeHandle  nextEdgeHandle 
)
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: