Interface com.sekati.display.IImageClip

Description

Interface describing CoreClip which is the core UI building block class for all subclasses to extend instead of BaseClip.

Method Index

load(), unload()

Inherited from IBaseClip

Inherited from CoreInterface

Method Detail

load

function load(uri:String, onInit:Function, onProgress:Function, onError:Function):Void

load an image into the ImageClip container.

unload

function unload():Void

Unload the img object from the ImageClip