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

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

121. laya.ui.List_API3.0 [ 66%]

...s, onSelect);//设置 list 改变选择项执行的处理器。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box {...

来源: Laya3.0_api 发布时间: 20231115

122. Animation模板动画的移除 [ 66%]

...loadAtlas("res/atlas/atlasLight.json",null,"play"); ani.play(); Laya.stage.addChild(ani);  有的开发者会发现,如果loadAtlas方法使用了模板名称,使用Loader.clearRes无法彻底清理掉animation的所有缓存,这个是主要是因为,资源虽然移除了,但是模板动...

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

123. 加載swf動畫報錯,swf無代碼純動畫 [ 65%]

...mc:MovieClip = new MovieClip(); mc.load("res/loading.swf"); Laya.stage.addChild(mc);    報錯如下: Uncaught RangeError: Offset is outside the bounds of the DataView   上傳的有fla及swf文件,請幫忙看看是哪裡出的問題,謝謝。 附件 : --> swf.zip 2016-08-30 添加评...

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

124. 物理引擎,我按照官方例子做的,不知道那里写错了,总是报这个错,大神帮我看下 [ 65%]

...nction initMatter():void { var gameWorld:Sprite = new Sprite(); Laya.stage.addChild(gameWorld); engine = Matter.Engine.create({enableSleeping:true}); Matter.Engine.run(engine); var render = LayaRender.create({engine:engine,container:gameWorld,width:stageWidth,height:stageHeight,options:{wireframes:t...

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

125. 在开启webgl模式下,每次运行texture类的getPixels方法内存都会增加 [ 65%]

...,绘制到画布 this.img.skin = this.Res //添加到舞台 Laya.stage.addChild(this.img); } private cacheCanvas: Laya.HTMLCanvas private cacheTexture: Laya.Texture init(){ let rect = this.img.getSelfBounds() this.img.pivot(Math.round(rect.width / 2), Math.round(rect.height / 2)) let bound = this....

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

126. laya.ui.Radio_API3.0 [ 64%]

... y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout...

来源: Laya3.0_api 发布时间: 20231115

127. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 64%]

...(0.5, 0.5); mArmature.on(Event.STOPPED, this, completeHandler); Laya.stage.addChild(mArmature);   play(); }); }   function completeHandler() { mArmature.stop();         mArmature.removeSelf();         mArmature.removeChildren();         mArmature.destroy(true);           Laya.Pool...

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

128. Spine使用filters 无效 [ 64%]

...res/spine/pantheon-s.sk"); spine.pos(200,400); spine.scale(0.5,0.5); stage.addChild(spine); //由 20 个项目(排列成 4 x 5 矩阵)组成的数组,红色     var redMat =         [             1, 0, 0, 0, 0, //R             0, 0, 0, 0, 0, //G             0, 0, 0, 0, ...

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

129. laya.ui.TextInput_API3.0 [ 64%]

...度。 textInput.height = 200;//设置 textInput 的高度。 Laya.stage.addChild(textInput);//将 textInput 添加到显示列表。 } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/input.png"], ...

来源: Laya3.0_api 发布时间: 20231115

130. laya.ui.Dialog_API3.0 [ 64%]

.../ui/bg.png"); bg.sizeGrid = "40,10,5,10"; bg.width = 150; bg.height = 250; addChild(bg); var image:Image = new Image("resource/ui/image.png"); addChild(image); var button:Button = new Button("resource/ui/btn_close.png"); button.name = Dialog.CLOSE;//设置button的name属性值。 button.x = 0; butt...

来源: Laya3.0_api 发布时间: 20231115