Open 3D Engine LmbrCentral Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Messages broadcast when spline attributes are changed. More...
#include <SplineAttribute.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | OnAttributeAdded (size_t index)=0 |
Call when a new attribute is added. | |
virtual void | OnAttributeRemoved (size_t index)=0 |
Called when an attribute is removed. | |
virtual void | OnAttributesSet (size_t size)=0 |
Called when a a new set of attributes is set. | |
virtual void | OnAttributesCleared ()=0 |
Called when all attributes are cleared. | |
Messages broadcast when spline attributes are changed.