Scaleform::GFx::SharedObjectVisitor
class SharedObjectVisitor : public RefCountBaseNTS<SharedObjectVisitor, Stat_Default_Mem>;
SharedObjectVisitor is an interface for shared object representations and is used in both reading and writing data to/from physical media and other sources. Reading occurs from ActionScript when the SharedObject.getLocal method is invoked. Writing occurs from ActionScript when the SharedObject.flush method is invoked.
Method |
Description |
Adds a named property to the locally stored shared object. | |
Notifies the reader or the writer that data processing has begun. | |
Notifies the reader or writer that data processing has ended. | |
Notifies the reader or writer that an array element has been processed. | |
Notifies the reader or writer that an object element has been processed. | |
Notifies the reader or writer that an array element is about to be processed. | |
PushObject notifies the reader or writer that an object element is about to be processed. |
GFx_SharedObject.h