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