Package | artcustomer.framework.engines.layers |
Interface | public interface ILayer |
Implementors | Layer3D, LayerVideo |
Property | Defined By | ||
---|---|---|---|
context : IContext [read-only] | ILayer | ||
index : int [read-only] | ILayer |
Method | Defined By | ||
---|---|---|---|
destroy():void | ILayer | ||
onRender():void | ILayer | ||
onResize():void | ILayer | ||
setup():void | ILayer |
context | property |
index | property |
index:int
[read-only] public function get index():int
destroy | () | method |
public function destroy():void
onRender | () | method |
public function onRender():void
onResize | () | method |
public function onResize():void
setup | () | method |
public function setup():void