Package | com.sibirjak.angara.resource |
Interface | public interface IResourceLoaderContainer |
You may develop a more complex display class. When implementing this interface and assigning the display class to an IDisplayAssetLoader instance, the addLoadedContent() will be called after the resource is ready to display. Within the addLoadedContent() method you can perform your custom addChild() operation.
See also
Method | Defined by | ||
---|---|---|---|
addLoadedContent(content:DisplayObject):void
Method that is called if the resource of the according IDisplayAssetLoader
is ready to be displayed.
| IResourceLoaderContainer |