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

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

731. 3d导入粒子效果报错 [ 48%]

3d导入粒子效果报错 代码 var particleSprite3D = Laya.Sprite3D.load("res/partical1/sceneFXMaker.lh"); 报错 Error: LoaderManager:unknown file(res/partical1/Assets/IGSoft_Tools/FXMaker/ToolResource/Texture/MapGrid.psd) extension with: psd. at LoaderManager.__proto._create (file:///C:/Users/...

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

732. rigidBody.applyForce 物体不会移动 [ 48%]

...mera; private directionlight: Laya.DirectionLight; private character: Laya.Sprite3D; private monster_character: Laya.Sprite3D; private translateW: Laya.Vector3 = new Laya.Vector3(0, 0, 0.2); private translateS: Laya.Vector3 = new Laya.Vector3(0, 0, -0.2); private translateA: Laya.Vector3 = new Laya....

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

733. 绘制能力 · LayaAir3.4 · 引擎文档 · LAYABOX [ 48%]

...除矢量图绘制绘制图形 一、IDE中绘制图形 LayaAir中可以在Sprite对象中通过使用图形组件来绘制各种图形,如动图1-1所示。 (动图1-1) 在IDE中可以通过这些选项来绘制Graphics,如图1-2所示, (图1-2) LayaAir引擎中 laya.display.Graphics ...

来源: Laya3.0_文档 发布时间: 20251010

734. 多摄像机窗口的使用(JavaScript-3D基础(JS)-LayaAir3D之Camera) [ 48%]

...tionLight = scene.addChild(new Laya.DirectionLight()); //加载模型 Laya.Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(null, function(sp){ //将模型加到场景上 var layaMonkey = scene.addChild(sp); })) ``` 编译运行上述代码,运行效果如图6...

来源: Laya2.0_文档 发布时间: 20210715

735. 多摄像机窗口的使用(TypeScript-3D基础(TS)-LayaAir3D之Camera) [ 48%]

...tionLight = scene.addChild(new Laya.DirectionLight()); //加载模型 Laya.Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(null, function(sp) { //将模型加到场景上 var layaMonkey = scene.addChild(sp); })) ``` 编译运行上述代码,运行效果如图...

来源: Laya2.0_文档 发布时间: 20210715

736. laya.map.TileAniSprite [ 48%]

...entationAll Packages | All Classes | Index | Frames No Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个...

来源: laya_api 发布时间: 20170929

737. laya.physics.PhysicsDebugDraw [ 48%]

...elaya.physicsClasspublic class PhysicsDebugDrawInheritancePhysicsDebugDraw Sprite Node EventDispatcher Object 物理辅助线,调用PhysicsDebugDraw.enable()开启,或者通过IDE设置打开 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...

来源: Laya2.0_api 发布时间: 20190513

738. laya.d3.core.scene.VRScene [ 48%]

...agelaya.d3.core.sceneClasspublic class VRSceneInheritanceVRScene BaseScene Sprite Node EventDispatcher Object VRScene 类用于实现VR场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为...

来源: laya_api 发布时间: 20170422

739. laya.map.TileAniSprite [ 48%]

...entationAll Packages | All Classes | Index | Frames No Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以绑定多个...

来源: Laya2.0_api 发布时间: 20190513

740. 打包app后弹框:设置横竖屏错误 [ 47%]

...现不一致的编译错误 图集打包找不到图集文件 如何设置Sprite的宽高和点击区域? 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 anchor锚点设置不生效 将list里的scrollBar设置mouseWheelEnable=false后过一段...

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