Scaleform::GFx::AS3Support
class AS3Support : public ASSupport;
AS3Support class provides AS 3.0 support. AS3Support should be created by user and the state passed to the SetAS2Support method class of the Loader in order to have AS3 support. All methods of this class are used internally.
// Add AS3 Support: Ptr<ASSupport> pAS2Support = *new GFx::AS3Support(); loader.SetAS3Support(pAS2Support);
Method |
Description |
AS3Support constructor. |
GFx_AS3Support.h