大约有 413 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0087 秒)
...里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 官网示例摇一摇报错,就解决方案 微信小游戏上线了,但凑不够需要的用户量咋办,有人有解决办法么 laya怎么跨域加载图片 【BUG备忘录】关...
来源: Laya_社区 发布时间: 20151028
....Scene.load(view.url).then((scene) => { this.openList.set(id, scene); scene.onEnable(); scene.onOpened(param); scene.open(false, param); }); 附件 : --> 2023-12-21 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20231221
...form3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange:...
来源: Laya_社区 发布时间: 20170714
...form3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange:...
来源: Laya_社区 发布时间: 20190224
...tion get hProgressSkin():String { return _progress.skin; } public function set hProgressSkin(value:String):void { console.log("设置progress皮肤: " + value); _progress.skin = value; } } }如题,自定义组件,设置img的skin皮肤的时候ide报资源加载失败的错误,资源路径应...
来源: Laya_社区 发布时间: 20170327
...aseMaterial depthWrite : Boolean是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 ShurikenParticleMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENAB...
来源: laya_api 发布时间: 20170929
...e/shape/BaseShape.ts:31 粒子类型 Accessors arcDEG get arcDEG(): number set arcDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:40 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:36 发射角度0-360 ...
来源: Laya3.0_api 发布时间: 20231115
...any, showCompleteFun: Function): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instanc...
来源: Laya_社区 发布时间: 20170905
...ape/BaseShape.ts:31 粒子类型 Accessors angleDEG get angleDEG(): number set angleDEG(deg: number): void Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:46 发射角度0-360 Returns number Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:42 发射角度0-360 Pa...
来源: Laya3.0_api 发布时间: 20231115
... this._nativeObj = new _conchFloatArrayKeyframe(); } set time(value) { this._nativeObj.setTime(value); } get time() { return this._nativeObj.getTime(); } 这个 new _conchFloatArrayKeyframe()我不知道是哪来的。。整个...
来源: Laya_社区 发布时间: 20190629