Packagecom.sibirjak.angara.resource
Interfacepublic interface IDisplayAssetLoader
SubinterfacesILoaderDelegate
ImplementorsImageAssetLoader

Declares the possibility of a loader to automatically add the loaded content to a given display class object.



Public Properties
 PropertyDefined by
  container : Sprite
Returns the previously defined container.
IDisplayAssetLoader
Property detail
containerproperty
container:Sprite  [read-write]

Returns the previously defined container.

Implementation
    public function get container():Sprite
    public function set container(value:Sprite):void