Interface com.sekati.display.ICoreClip

Description

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

Method Index

configUI(), onLoad()

Inherited from IBaseClip

Inherited from CoreInterface

Method Detail

onLoad

function onLoad():Void

handles the MovieClip.onLoad event which much call configUI

configUI

function configUI():Void

class method called once the clip has loadeded and been registered to configure the clip UI and initialize its behavior.