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

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

271. Cannot read property 'rayCast' of undefined [ 44%]

...a.Handler.create(this, this.onLoadFinish)); Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.mouseDown); } onLoadFinish(layaMonkey){ this.layaMonkey=this.scene.addChild(layaMonkey); // Laya.timer.frameLoop(1, this, this.onFrameLoop); } onFrameLoop(){ this.layaMonkey.transform.rotate(this.rotation, fa...

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

272. 分享-js资源进度加载 [ 43%]

...sfx_coin_fly.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_count_down.mp3", type: Laya.Loader.SOUND } , { url: "video/mp3/sfx_twinkle_edited.mp3", type: Laya.Loader.SOUND } ]; constructor() { // Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Laya.init(128...

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

273. 怎么对graphics画出来的图片进行鼠标点击拖动??? [ 43%]

...is.ape.graphics.drawCircle(50, 50, 30, "#ff0000"); this.ape.on(Event.MOUSE_DOWN, this, this.onStartDrag); } private showDragRegion(): void { //拖动限制区域 var dragWidthLimit: number = 350; var dragHeightLimit: number = 200; this.dragRegion = new Rectangle(Laya.stage.width - dragWidthLimit &gt...

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

274. VScrollBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 43%]

...ll.png", "../../../../res/ui/vscroll$bar.png", "../../../../res/ui/vscroll$down.png", "../../../../res/ui/vscroll$up.png"]; /***提示信息文本框**/ private var promptText:Text; /****垂直滚动条****/ private var vScrollBar:VScrollBar; public function UI_ScrollBar() { // 不支持WebGL时自...

来源: Laya2.0_文档 发布时间: 20210715

275. HScrollBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 43%]

...ll.png", "../../../../res/ui/hscroll$bar.png", "../../../../res/ui/hscroll$down.png", "../../../../res/ui/hscroll$up.png"]; /***提示信息文本框**/ private var promptText:Text; /****水平滚动条****/ private var hScrollBar:HScrollBar; public function UI_ScrollBar() { // 不支持WebGL时自...

来源: Laya2.0_文档 发布时间: 20210714

276. 射线检测报错,outHitInfo.sprite3D=null; [ 43%]

...hasorSprite3D = new Laya.PhasorSpriter3D(); Laya.stage.on(Laya.Event.MOUSE_DOWN,this,this.onMouseDown); }  private onMouseDown():void{ this.camera.viewportPointToRay(new Laya.Vector2(Laya.MouseManager.instance.mouseX,Laya.MouseManager.instance.mouseY),this.ray); Laya.Physics.rayCast(this.ray,this.h...

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

277. KeyNotFoundException: The given key was not present in the dictionary. unityAir3d1.7.16 [ 43%]

...对应 key 的数据 页游 想实现用户点击按钮我模拟触发KEY_DOWN用户实现游览器全屏 Laya.WeakObject怎么遍历key? layabox 程序 访问index.html?key='aaa' key参数启动类怎么获取? 为什么Loader.loadedMap里面的key存的是全路径,而不存相对路径呢? ...

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

278. HScrollBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 43%]

...s.skins = ["res/ui/hscroll.png", "res/ui/hscroll$bar.png", "res/ui/hscroll$down.png", "res/ui/hscroll$up.png"]; Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stage.ALIGN_CENTER; //等比缩放 Laya.stage....

来源: Laya2.0_文档 发布时间: 20210714

279. VScrollBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 43%]

...s.skins = ["res/ui/vscroll.png", "res/ui/vscroll$bar.png", "res/ui/vscroll$down.png", "res/ui/vscroll$up.png"]; // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); //画布垂直居中对齐 Laya.stage.alignV = Stage.ALIGN_MIDDLE; //画布水平居中对齐 Laya.stage.alignH = Stag...

来源: Laya2.0_文档 发布时间: 20210715

280. 骨骼动画进阶(JavaScript-2D进阶篇(JS)-动画进阶) [ 43%]

...ext.fontSize=30; Laya.stage.addChild(text); Laya.stage.on(Laya.Event.MOUSE_DOWN,this,changeAction); } var tActionID; function changeAction() { tActionID++; var aniCount; //获取动画动作数量 aniCount=skeleton.getAnimNum(); tActionID=tActionID%aniCount; //显示当前要播放的动画名 text....

来源: Laya2.0_文档 发布时间: 20210715