virtual void PushUserData(const UserDataState::Data* data);
PushUserData passes the data attached in Action Script (MovieClip.rendererString and MovieClip.rendererFloat).
*** UserData. The following Push/Pop user data set in the render tree into the HAL. The default implementation does nothing with this data, except store it. The expectation is that users will use the data contained within the stack, to affect the fills in some way.
Parameters |
Description |
const UserDataState::Data* data |
Pointer to the user data attached in Action Script. |