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

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

161. laya.d3.core.scene.Scene3D_API3.0 [ 48%]

...r ambientIntensity ambientMode ambientSH anchorX anchorY blendMode cacheAs components cullInfoCamera cullPass customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize enableFog filters fogColor fogDensity fogEnd fogMode fogRange fogStart globalRotation globalScaleX g...

来源: Laya3.0_api 发布时间: 20231115

162. layacmd在centOS 6.5上运行出错 [ 47%]

.../gongdouH5/laya/pageStyles.xml出错 读取文件出错 ExportCode Export: Components/Header.ui Export: GameView.ui Export: LoginDialog.ui Export: LoginView.ui Export: MainUI/ActivityEntry.ui Export: MainUI/Main.ui Export: MainUI/PlayerInfo.ui Export: MainUI/SystemEntry.ui Export: RegisterDialog.ui ...

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

163. 射线检测-点击行走 [ 47%]

...0.9, 1); plane.meshRender.material = planeMat; var meshCollider = plane.addComponent(Laya.MeshCollider); meshCollider.mesh = plane.meshFilter.sharedMesh; var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); var mat = new Laya.StandardMaterial(); mat.diffuseTexture = Laya...

来源: Laya_示例 发布时间: 20251130

164. laya.ui.DialogManager [ 46%]

...ndex:int):Node 设置子节点的索引位置。 Node  setLockView(value:Component):void设置锁定界面,如果为空则什么都不显示DialogManager size(width:Number, height:Number):Sprite 设置宽高。相当于分别设置width和height属性。 因为返回值为Sprite对象本身,...

来源: laya_api 发布时间: 20170929

165. unity导出的3d场景资源ls,在ios9系统浏览器理不能显示ios10能正常显示 [ 46%]

...animation 如何使用 我导出的场景文件里的动画对象下边的components属性是空的 185*****934 • 2018-07-09 15:11 android的机器无法支持么? 185*****934 • 2018-07-09 15:12 android去年的机器 android 6.0的也无法显示 Laya_Aaron • 2018-07-09 15:15 加载正确...

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

166. 2D物理系统中出现绑定错误的BUG,2.1.1.1版本 [ 46%]

...18:06 新建的joint是属于武器(scene.hand_r_weapon_placehold)的一个component吧。然后这个joint的otherBody绑到hand_r的RigidBody对吧? 185*****508 • 2019-09-19 18:08 武器应该是hand_r之下,thumb之上,这样才会有手拿武器的效果。 AerTims • 2019-09-19 18:16 ...

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

167. StaticModel_MeshSample例子运行不起来 [ 46%]

...d property 'AnimationPlayer' of undefined TypeError: Cannot read property 'component' of undefined ReferenceError: Laya3D is not defined 个人环境: layaAIR   1.5.4beta nodejs    v7.2.0 tsc      version 2.0.10   采用TS开发,index.html配置如下<body> <!-- Protobuf --> &...

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

168. 动画-新版骨骼动画 [ 46%]

...() { //获取Animator动画组件 zombieAnimator = zombie.getChildAt(0).getComponentByType(Laya.Animator); loadUI(); }); function loadUI() { var clipName = ["walk","attack","left_fall","right_fall","back_fall"]; var curStateIndex = 0; Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Han...

来源: Laya_示例 发布时间: 20251130

169. 如何实现3d遮罩效果? [ 45%]

...染导出到Sprite显示 package threeDimen.primaryStage { import laya.d3.component.animation.SkinAnimations; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.material.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import laya.d3.math...

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

170. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 42%]

...otX' of null 打开弹窗UI时报错 Uncaught TypeError: Class constructor Component cannot be invoked without 'new' TypeError: Cannot read property 'length' of null TypeError: Cannot read property 'getSubShaderAt' of undefined Uncaught TypeError: Cannot read property 'indexCount' Uncaught TypeError...

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