大约有 13 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
...pt.as在哪儿下载群里的有错 public function CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseO...
来源: Laya_社区 发布时间: 20170218
...Sprite; public function HProgressSlider(skin:String=null) { super(skin); } override protected function initialize():void{ super.initialize(); _proMask = new Sprite(); _proMask.graphics.drawRect(0, 0, _progress.width, _progress.height); _proMask.scaleX = 0; _progress.mask = _proMask; _bar.stateNum = ...
来源: Laya_社区 发布时间: 20170327
... /** * @inheritDoc */ /*override*/ onAwake(): void { this.camera = (<Laya.Camera>this.owner); } /** * @inheritDoc */ /*override*/ onUpdate(): void { ...
来源: Laya_社区 发布时间: 20200707
... /** * @inheritDoc * @override */ /*override*/ protected measureWidth(): number { return this._bitmap.width; } 附件 : --> 2019-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20191024
...on 赞同来自: 下个版本修复, chaincollider的 方法 override protected function getDef():* { if (!_shape) { _shape = new window.box2d.b2ChainShape(); _setShape(false); ...
来源: Laya_社区 发布时间: 20181116
...log的onShow方法重写无效 我在View类里面有写这样的代码: override protected function initialize():void { on(Event.ADDED, this, onShow); on(Event.REMOVED, this, onHide); } protected function onShow():void { } protected function onHide():void { }我创建的View类 重写onShow方法...
来源: Laya_社区 发布时间: 20161220
... { super(); } override protected function initialize():void { super.initialize(); } private var names:String=""; override public function set dataSource(value:*):void ...
来源: Laya_社区 发布时间: 20170703
...on 赞同来自: 下个版本修复, chaincollider的 方法 override protected function getDef():* { if (!_shape) { _shape = new window.box2d.b2ChainShape(); _setShape(false); ...
来源: Laya_社区 发布时间: 20181116
...eneUI extends Scene { public var scoreLbl:Label; public var tipLbll:Label; override protected function createChildren():void { super.createChildren(); loadScene("test/TestScene"); } } } 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20181024
... "skin": "MainHead/combobox1.png", "labels": "hihihi,hihihi2,hihihi2"}}]}; override protected function createChildren():void { super.createChildren(); createView(uiView); } } } 为什么我这个ComboBox的label文字没有显示的? 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信...
来源: Laya_社区 发布时间: 20180327