大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0068 秒)
...y() { console.log("1111111111"); if (++this.index >= this.skeleton.getAnimNum()) { this.index = 0; } this.skeleton.play(0, false, true); } } new SpineBinary; 使用官方示例的动画文件能正常显示,自己用3.8....
来源: Laya_社区 发布时间: 20211013
...vate createChars(v: string): void { if (!v) { return; } let charNum = v.length; for (let i = 0; i < charNum; i++) { let char = v.charAt(i); let resName = this.getResName(char); let sp: Laya.Sprite = this.getSprite(); let tx = Laya.Loader.getRes(resName); if (!tx) { console.warn(TipConfig.tips.hav...
来源: Laya_社区 发布时间: 20180302
...执行一次 */ onAwake(): void { Laya.loader.load(this.skins).then(() => { this.onCheckBoxSkinLoaded(); }); } private onCheckBoxSkinLoaded(e: any = null): void { let cb: Laya.CheckBox; for (let i: number = 0; i < this.COL_AMOUNT; ++i) { for (let j: number = 0; j < this.ROW_AMOUNT; ++j) { c...
来源: Laya3.0_文档 发布时间: 20251010
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...1/lib/arm64/liblayaair.so (laya::imp_JS2CFunc<void (laya::JSAudio::*)()>::call(v8::FunctionCallbackInfo<v8::Value> const&)+364) [arm64-v8a] 5 #04 pc 00000000009b6d1c /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (v8::internal::FunctionCallbackArguments::Call(void (...
来源: Laya_社区 发布时间: 20191030
...:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...事件以及br或者&nbsp;标签会崩溃报错的问题) 1. <br/>或者 标签崩溃问题 解决方法 HTMLElemen类中 var words = this._getWords(); if (words == null && (!this._children || this._children.length == 0)) return...
来源: Laya_社区 发布时间: 20200724
...eshDefine _getMeshDefine(mesh: StaticBatchMesh, out: Array<ShaderDefine>): void Defined in laya/d3/component/staticmesh/StaticBatchMeshRender.ts:97 Parameters mesh: StaticBatchMesh out: Array<ShaderDefine> Returns void _initialize _initialize(): void Inherited from Component._initialize ...
来源: Laya3.0_api 发布时间: 20231115
...现Matter.js官方案例凹多边形的问题 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 求教: soundManager如何停止正在播放的背景音乐 问题状态 最新活动: 2017-12-04 10:56 浏览: 1531 关注: 2 人 melody0529 • 2017-12-04 11:01 可是我是用java...
来源: Laya_社区 发布时间: 20171204