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

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

121. Laya3D 官方请看:有关Laya.MeshSprite3D.instantiate的Bug [ 61%]

...hSprite3D;  if(index == 0)  {  this.model.transform.position = new Laya.Vector3(0.8,0,0);  }  });    //===================报错====================== let temp:Laya.MeshSprite3D = Laya.MeshSprite3D.load("res/Coin/layaScene.lh") as Laya.MeshSprite3D; scene.addChild(temp); temp.on(Laya.Event.HI...

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

122. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 61%]

...x Constructors constructor Properties _extra _isScene _scene _url name TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors active activeInHierarchy boundsMax boundsMin boxProjection components destroyed displayedInStage hideFlags id importance intensity is3D layer numChildren parent probePosition re...

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

123. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 60%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

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

124. 3d物理引擎刚体去掉重力不发生碰撞。官方示例 [ 60%]

...方示例 将刚体重力设为0:    rigidBody.gravity = new Laya.Vector3(0,0,0) 就不会发生碰撞了 附件 : --> 111.rar 2020-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cheng 赞同来自...

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

125. [LayaAir 2.0]laya2.0 CharacterController move 运动不平滑,会抖动 [ 60%]

... new Laya.CapsuleColliderShape(0.5, 1); sphereShape.localOffset = new Laya.Vector3(0, 0.3, 0); this.characterController.colliderShape = sphereShape; this.characterController.gravity = new Laya.Vector3(0, -1, 0); this.characterController.restitution = 0; //弹力     在onUpdate 或者用timer驱...

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

126. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 60%]

...er compressNumberArray compressTexture compressUBO compressVector2 compressVector3 compressVector4 destroy getBool getBuffer getColor getInt getMatrix4x4 getNumber getShaderData getSourceIndex getTexture getUniformBuffer getValueData getVector getVector2 getVector3 hasDefine removeDefine reset setBo...

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

127. laya.d3.renderobjs.renderobj.CameraCullInfo_API3.0 [ 59%]

.../RenderObjs/RenderObj/CameraCullInfo.ts:17 遮挡标记 position position: Vector3 Implementation of ICameraCullInfo.position Defined in laya/d3/RenderObjs/RenderObj/CameraCullInfo.ts:11 位置 staticMask staticMask: number Implementation of ICameraCullInfo.staticMask Defined in laya/d3/RenderObjs/R...

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

128. laya.d3.core.Keyframe_API3.0 [ 59%]

...建关键帧实例。 Hierarchy Keyframe FloatKeyframe QuaternionKeyframe Vector3Keyframe Vector2Keyframe Vector4Keyframe Implements IClone Index Constructors constructor Properties time defaultWeight Methods clone cloneTo Constructors constructor new Keyframe(): Keyframe Defined in laya/d3/core/Key...

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

129. WaterPrimaryMaterial的使用 [ 59%]

...PlaneMesh(10, 10))) as Laya.MeshSprite3D; // box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); // var material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); // var material: Laya.WaterPrimaryMaterial = new Laya.WaterPrimaryMaterial(); var material: Laya.WaterPrimaryMaterial...

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

130. 运行时网页黑屏,报错提示 [ 58%]

...,改为destroy。 3、Laya.Vactor未定义的报错,GameManager.js的Vector3拼写错误,将Vactor3改成Vector3。 4、clone方法未定义的报错,GameManager.js的LoadSceneFin方法内,在制作拐弯墙预制体时,获取的节点wallCurve未添加组件,错误的给wall又添加...

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