Scaleform::GFx::ASUserData
class ASUserData : public RefCountBase<ASUserData, Stat_Default_Mem>;
ASUserData allows developers the ability to store custom data with an ActionScript VM object and be notified when it is destroyed. An instance of this handler can be installed with an AS object via the GFx::Value interface: GFx::Value::SetUserData.
Method |
Description |
Initializes ASUserData. | |
Fills in a GFx::Value for the last object to which this user data was assigned. | |
Called when the VM object that has a user data object installed is destroyed by the VM. |
GFx_Player.h