大约有 336 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0046 秒)
Laya_社区(183) Laya2.0_文档(42) Laya3.0_api(25) Laya3.0_文档(21) laya_api(18) Laya_示例(17) Laya2.0_api(16) Laya2.0_示例(14)
...shList.array = data; // 添加事件监听 this.refreshList.on(Event.MOUSE_UP, this, this.stageOnMouseUp); this.refreshList.on(Event.MOUSE_OUT, this, this.stageOnMouseUp); //游戏逻辑关联引擎的停止滚动接口 this.refreshList.scrollBar.stopMoveLimit = this.scrollBarIsStopBind.bind(this); ...
来源: Laya2.0_示例 发布时间: 20250224
...rror: detected an error in element contentBelow is a rendering of the page up to the first error." (function() { var Stage = Laya.Stage; var Text = Laya.Text; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(200, 300, WebGL); Laya.stage.alignV = "m...
来源: Laya_社区 发布时间: 20171113
...EmitterRadius : Number = 30环发射器半径ParticleSetting ringEmitterUp : int = 2环发射器up向量,0代表X轴,1代表Y轴,2代表Z轴ParticleSetting ringEmitterVelocity : Number = 0环发射器速度ParticleSetting ringEmitterVelocityAddVariance : Number = 0环发射器速度随机...
来源: Laya2.0_api 发布时间: 20190513
...ties _extra _singleton canScaleShape owner runInEditor scriptPath userData UPAXIS_X UPAXIS_Y UPAXIS_Z Accessors awaked btColliderObject canCollideWith ccdMotionThreshold ccdSweptSphereRadius colliderShape collisionGroup destroyed enabled fallSpeed friction gravity hideFlags id isActive isGrounded ju...
来源: Laya3.0_api 发布时间: 20231115
...了吗? 2019-04-11 0 0 分享 微博 QZONE 微信 何杰 赞同来自: up , +1 ,. 2019-04-11 0 0 分享 微博 QZONE 微信 三少爷 赞同来自: 遇到了,同样的问题,也不知道各位咋解决的,laya傻逼 2019-06-25 0 6 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...
来源: Laya_社区 发布时间: 20180903
...structor Properties _cacheDepth _cacheDepthTexture _extra _forward _scene _up _url clearFlag enableRender name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT _contextScissorPortCatch Accessors active activeInHierarchy aspectRatio boundFrustum c...
来源: Laya3.0_api 发布时间: 20231115
...容相关的链接 提交 6 个回复 Laya_Aaron 赞同来自: 触发mouseUP 不是很正常嘛? 鼠标抬起就会触发 2018-07-24 0 0 分享 微博 QZONE 微信 东南西北风 赞同来自: 抱歉,打错了,是连续点击触发“MOUSE_OUT”事件 2018-07-24 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180724
...EmitterRadius : Number = 30环发射器半径ParticleSetting ringEmitterUp : int = 2环发射器up向量,0代表X轴,1代表Y轴,2代表Z轴ParticleSetting ringEmitterVelocity : Number = 0环发射器速度ParticleSetting ringEmitterVelocityAddVariance : Number = 0环发射器速度随机...
来源: laya_api 发布时间: 20170929
....stage.on(Laya.Event.MOUSE_MOVE,this,bb) }) Laya.stage.on(Laya.Event.MOUSE_UP,this,function(){ Laya.stage.off(Laya.Event.MOUSE_MOVE,this,bb) }) function bb(e){ s.graphics.clear(); arr[arr.length-1].push(e.stageX); arr[arr.length-1].push(e.stageY); for(var i=0;i<arr.length;i++){ s.graphics.drawLin...
来源: Laya_社区 发布时间: 20180510
...!我测试了一下并没有你说的问题! this.stage.on(Event.MOUSE_UP, this, onB); private function onB():void { Laya.SoundManager.playSound("res/sound/onClick.wav"); } 你看看是不是你的代码逻辑有问题那? 2018-05-03 0 2 分...
来源: Laya_社区 发布时间: 20180503