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

Listener for polygon prism changes. More...

#include <PolygonPrismShapeComponentBus.h>

Inherits AZ::ComponentBus, and AZ::VertexContainerNotificationInterface< AZ::Vector2 >.

Public Member Functions

void OnVertexAdded (size_t) override
 Called when a new vertex is added to polygon prism.
 
void OnVertexRemoved (size_t) override
 Called when a vertex is removed from polygon prism.
 
void OnVertexUpdated (size_t) override
 Called when a vertex is updated.
 
void OnVerticesSet (const AZStd::vector< AZ::Vector2 > &) override
 Called when all vertices on the polygon prism are set.
 
void OnVerticesCleared () override
 Called when all vertices from the polygon prism are removed.
 

Detailed Description

Listener for polygon prism changes.


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