大约有 1,873 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
Laya_社区(617) Laya3.0_api(529) Laya2.0_api(242) laya_api(178) Laya2.0_文档(88) Laya_示例(78) Laya3.0_文档(73) Laya2.0_示例(68)
...稍候,底下错误 信息是Failed to get the local or remote version number 3、后升级laya版本到2.6,还是一直出现进度条,显示正在处理,请稍候,底下报错信息显示变为 stdout:we are installing dependencies for you . this might take a while... if failed,you sh...
来源: Laya_社区 发布时间: 20200414
... {name:pos, tips:"模型位置", type:Vector,labels:"x,y,z"}*/ public pos: number = [0,30,0];脚本属性类型为Vector,如何给xyz赋上默认值呢 现在ide中显示的都是0,试了default属性没起作用 附件 : --> 2019-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20190523
...20beta有bug,帧属性面板打不开 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 laya无法解析部分属性 关于打包图集时的图片默认属性与repeat的区别 引擎1.7.18 新增Loader的preLoadedMap属性怎么用 Laya IDE的帧属性面板打不...
来源: Laya_社区 发布时间: 20171228
...。 **setSpaceWidth () 方法 ** public function setSpaceWidth(spaceWidth:Number):void 设置空格的宽(如果字体库有空格,这里就可以不用设置了)。 参数 spaceWidth:Number — 宽度,单位为像素。 ### 在LayaAir IDE中使用位图字体 1.将字体文件放到 Lay...
来源: Laya2.0_文档 发布时间: 20201114
...es cullSphere direction position Properties cullPlaneCount cullPlaneCount: number Implementation of IShadowCullInfo.cullPlaneCount Defined in laya/d3/RenderObjs/RenderObj/ShadowCullInfo.ts:10 cullPlanes cullPlanes: Plane[] Implementation of IShadowCullInfo.cullPlanes Defined in laya/d3/RenderObjs/Re...
来源: Laya3.0_api 发布时间: 20231115
...'setTargetAtTime' on 'AudioParam': Time constant must be a finite positive number: 0" 在chrome里调试就没问题,怎么办? 2018-05-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 OneWay 赞同来自:...
来源: Laya_社区 发布时间: 20180519
MovieClip卸载不掉,有内存泄漏 destroyItemsMovie() { let n: number = 25; while (--n > 0) { let mov0 = this["item" + n] as MovieClip; if (mov0) { mov0.visible && (mov0.visible = false); mov0.playing && mov0.stop(); mov0.parent && mov0.parent.removeChild(mov0); mov...
来源: Laya_社区 发布时间: 20181025
...output.writeByte发送 var message: string = "demonstrate "; for (var i: number = 0; i "); // 使用output.writeByte发送 var message:String = "demonstrate "; for (var i:int = 0; i < message.length; ++i) { output.writeByte(message.charCodeAt(i)); } socket.flush(); } private function onSocketClose(e...
来源: Laya_示例 发布时间: 20260303
...erial._fadeDistanceID, value); } setVector3要求类型是Vector3 传number不行 shaderDate传参类型要严格符合要求 2019-11-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 185*****532 相关...
来源: Laya_社区 发布时间: 20191105
...nonHitResult.ts:11 发生碰撞的碰撞组件。 hitFraction hitFraction: number = 0 Defined in laya/d3/physicsCannon/CannonHitResult.ts:17 碰撞分数。 normal normal: Vector3 = new Vector3() Defined in laya/d3/physicsCannon/CannonHitResult.ts:15 碰撞法线。 point point: Vector3 = new Vector...
来源: Laya3.0_api 发布时间: 20231102