Structure used with NOTIFY_CUSTOM_ATTRIBUTES_ADDED and NOTIFY_CUSTOM_ATTRIBUTES_REMOVED notifications.
#include <custattrib.h>

Public Member Functions |
|
| NotifyCustomAttribute (Animatable *owner=NULL, Animatable *custAttr=NULL) | |
Public Attributes |
|
| Animatable * | m_owner |
| The owner of the custom attribute that was
added or is about to be removed. |
|
| Animatable * | m_customAttribute |
| The custom attribuet that was added or is
about to be removed. |
|
| NotifyCustomAttribute | ( | Animatable * | owner = NULL, |
| Animatable * | custAttr =
NULL |
||
| ) | [inline] |
:
m_owner(owner), m_customAttribute(custAttr) {};
The owner of the custom attribute that was added or is about to be removed.
The custom attribuet that was added or is about to be removed.