• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 431 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0036 秒)

121. 带特效的场景打开时 特效的材质报空 [ 71%]

...出处    case "ShuriKenParticle3D":                 var parMeshPath = props.meshPath;                 (parMeshPath) && (props.meshPath = Laya3D._addHierarchyInnerUrls(firstLevelUrls, subUrls, urlVersion, hierarchyBasePath, parMeshPath, Laya3D.MESH));               ...

来源: Laya_社区 发布时间: 20200106

122. Sprite-节点控制 [ 71%]

...this.createApes(); } createApes() { const Sprite = Laya.Sprite; let monkey2Path = "res/apes/monkey2.png"; this.ape1 = new Sprite(); this.ape2 = new Sprite(); this.ape1.loadImage(monkey2Path); this.ape2.loadImage(monkey2Path); this.ape1.pivot(55, 72); this.ape2.pivot(55, 72); this.ape1.pos(Laya.stage...

来源: Laya2.0_示例 发布时间: 20260106

123. Sprite-轴心点 [ 70%]

...this.createApes(); } createApes() { const Sprite = Laya.Sprite; let monkey2Path = "res/apes/monkey2.png"; let gap = 150; this.ape1 = new Sprite(); Laya.stage.addChild(this.ape1); this.ape1.loadImage(monkey2Path); // 设置轴心点为中心 this.ape1.pivot(55, 72); this.ape1.pos(Laya.stage.width / 2...

来源: Laya2.0_示例 发布时间: 20260106

124. swf在layaairts里播放的问题,播放不了,swf在群文件star.swf [ 70%]

...  export class Loader_MultipleType {         private ROBOT_DATA_PATH: string = "res/swf/star.swf"; private ROBOT_DATA_PATHS: string = "res/swf/star.json";         private ROBOT_TEXTURE_PATH: string = "res/swf/star.png";         constructor() {             // Lay...

来源: Laya_社区 发布时间: 20180203

125. graphics.drawlines异常 [ 69%]

...ntagram() { var canvas = new Sprite(); Laya.stage.addChild(canvas);   var path = [336, 515, 338, 515, 341, 515, 349, 515, 369, 513, 391, 513, 408, 513, 419, 515, 441, 519, 459, 521, 471, 524, 480, 524, 485, 524, 491, 524, 497, 524, 508, 524, 519, 524, 529, 524, 540, 536, 547, 536, 553, 536, 556, 53...

来源: Laya_社区 发布时间: 20181230

126. 想绘制一个自适应得圆角矩形框,失败了,求解惑 [ 69%]

...ght = Laya.stage.height; console.log(stageWidth*0.05+":"+stageHeight); var path = [ ["moveTo",stageWidth*0.05,0], ["actTo",stageWidth*0.8,0,stageWidth*0.8,stageHeight*0.05,10], ["actTo",stageWidth*0.8,stageHeight*0.6,stageWidth*0.75,stageHeight*0.6,10], ["actTo",0,stageHeight*0.6,0,stageHeight*0.55,...

来源: Laya_社区 发布时间: 20170806

127. 背景音乐文件太大 播放延迟 [ 69%]

...     if (soundMsg.isPlayingBgMusic) {             let path = "remote/music/" + url + '.mp3';             Laya.SoundManager.playMusic(path, 1, new Laya.Handler(this, () => { }), start)         }     } 2020-11-02 添加评论 免费帖 --> ...

来源: Laya_社区 发布时间: 20201102

128. layabox7.1.17 beta ios打包后编译失败 [ 69%]

.../layabox/ios/ykmj     export IPHONEOS_DEPLOYMENT_TARGET=7.0     export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"     /Applications/Xcode.app/Con...

来源: Laya_社区 发布时间: 20180322

129. unity资源导出的bug [ 69%]

...源导出的bug DirectoryNotFoundException: Could not find a part of the path "E:\layaspace\ShiYang_Game1\bin\res\scenes\game\Conventional\Assets\OneWayRoad03\Road\VillageRoad01-Bush-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-co...

来源: Laya_社区 发布时间: 20190327

130. 调试的时候一直黑屏 [ 68%]

... 2018-03-23 16:26 请问启动类要怎么设置,我已经把<compile path="src\LayaSample.as" />改为<compile path="src\HelloLayabox.as" />,但是运行的时候还是启动LayaSample.as Monica • 2018-03-23 17:11 @liruibiao:改完之后把index.html删了重...

来源: Laya_社区 发布时间: 20180323