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::SplineAttributeNotifications Class Referenceabstract

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.
 

Detailed Description

Messages broadcast when spline attributes are changed.


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