大约有 83 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
...ain extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDED_TO_STAGE, init); } private function init(e:Event = null):void { removeEventListener(Event.ADDED_TO_STAGE, init); this.stage.scaleMode = StageScaleMode.NO_SCALE; this.stage.align = StageAlign.TOP_L...
来源: Laya_社区 发布时间: 20151106
...(去掉了bitmap 只保留精简的 sprite ) 啰嗦的 laya 改进(addEventListener removeEventListener 使用 Handler 可以在监听时传参 ) 一切都是那么用心 同学们 未来一定是属于laya的! 2018-12-18 4 条评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20181218
...Type = function (value) { }; node.setFontFace = function (value) { }; node.addEventListener = function (value) { }; node.contains = function (value) { return null; }; node.removeChild = function (value) { }; return node; } static createShaderCondition(conditionScript) { var func = function () { retu...
来源: Laya_社区 发布时间: 20200103