• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 13 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)

1. CameraMoveScript.as在哪儿下载群里的有错 [ 100%]

...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

2. 自定义组件时,设置组件子节点的image的skin时,路径为layaIde的路径而非项目路径 [ 96%]

...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

3. 2.0版本可用的CameraMoveScript.ts [ 90%]

... /**          * @inheritDoc          */         /*override*/ onAwake(): void {         this.camera = (<Laya.Camera>this.owner);     }          /**          * @inheritDoc          */         /*override*/ onUpdate(): void {  ...

来源: Laya_社区 发布时间: 20200707

4. Image设置skin的Bug [ 85%]

...       /**          * @inheritDoc           * @override         */         /*override*/ protected measureWidth(): number {         return this._bitmap.width;     } 附件 : --> 2019-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微...

来源: Laya_社区 发布时间: 20191024

5. 一个场景,两个线形碰撞体,出错 [ 84%]

...on 赞同来自: 下个版本修复,    chaincollider的  方法    override protected function getDef():* {             if (!_shape) {                 _shape = new window.box2d.b2ChainShape();                 _setShape(false);           ...

来源: Laya_社区 发布时间: 20181116

6. Dialog的onShow方法重写无效 [ 79%]

...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

7. LAYA的AS3项目碰见个问题,求解 [ 70%]

...       {             super();         }         override protected function initialize():void         {             super.initialize();         }        private var names:String="";        override public function set dataSource(value:*):void  ...

来源: Laya_社区 发布时间: 20170703

8. 一个场景中加两个线形碰撞体出错 [ 66%]

...on 赞同来自: 下个版本修复,    chaincollider的  方法    override protected function getDef():* {             if (!_shape) {                 _shape = new window.box2d.b2ChainShape();                 _setShape(false);           ...

来源: Laya_社区 发布时间: 20181116

9. 如何才能生成scene配套的代码 [ 65%]

...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

10. ComboBox显示问题 [ 64%]

... "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