大约有 88 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0038 秒)
...、svg、js、json、cer、obj、dae、fbx、mtl、stl、3ds、mp3、pvr、wav、plist、ttf、fnt、gz、ccz、m4a、mp4、bmp、atlas、swf、ani、part、proto、bin、sk、mipmaps、txt、zip、tt、map、ogg、silk、dbbin、dbmv、etc、lmat、lm、ls、lh、lani、lav、lsani、ltc。 #### 2...
来源: Laya2.0_文档 发布时间: 20210715
... "#000000"); Laya.SoundManager.playSound("sound/hitbutton.wav"); this.list.removeSelf(); this.list.destroy(); } } import Box = Laya.Box; import Image = Laya.Image; import Text = Laya.Text; class Item extends Box { ...
来源: Laya_社区 发布时间: 20210122
...locity({ x: 0, y: -10 }); Laya.SoundManager.playSound("resources/sound/hit.wav"); } else { if (owner.parent) { let effect: Laya.Sprite = Laya.Pool.getItemByCreateFun("effect", this.createEffect, this); owner.parent.addChild(effect);//将爆炸动画添加到父节点中 effect.pos(owner.x, owner.y);...
来源: Laya3.0_文档 发布时间: 20251010
...理 .png、.jpg、jpeg、.tiff、.tif、.tga、.dds、.webp 音频 .mp3、.wav 视频 .mp4、.webm 字体 .ttf、.fnt Spine .json、atlas、.skel TiledMap .tsx、.tmx、.tx 二、资产 2.1 常见资产类型 LayaAir中常见的资源如下: 文件的后缀 文件类型说明 .laya 项目工程文...
来源: Laya3.0_文档 发布时间: 20251010
...ta/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCAudioWavPlayer::playAudio(laya::JCAudioInterface*, std::string const&, bool)+184) [arm64-v8a] 3 #02 pc 000000000044d4b4 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JSAudio::play()+164) [arm64-v8a] 4...
来源: Laya_社区 发布时间: 20191226
...效 是指背景音乐、音效、视频等流媒体文件。支持mp3、wav、ogg、mp4、webm文件格式。 IDE插件 是指基于IDE插件系统,扩展的IDE功能插件。例如:3D骨骼动作烘焙插件、 细节层次(LOD)减面插件。插件通常是要以包管理器进行安装...
来源: Laya3.0_文档 发布时间: 20251010
...ioPath = mStoragePath + "/"; audioPath += UUID.randomUUID().toString() + ".wav"; return audioPath; } public boolean onTouch(final String type){ switch(type){ case "d": mPTTStartTime = System.currentTimeMillis(); startRecordAudio(); return true; case "u": mAudioDownloaded = false; long endTime = Syst...
来源: Laya_社区 发布时间: 20170722
... SoundManager.Instance.playMusic111("resources/music/test/FY-0079.wav"); }); } } import { JsonTool } from "src/tools/JsonTool"; import { ResourceManager } from "./ResourceManager"; declare function testmusic_cn_ios(accountId: string): void; enum SoundTy...
来源: Laya_社区 发布时间: 20250930