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

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

121. TypeError: Cannot read property 'sv' of null laya.particle.j at Particle2D.__proto.customRender [ 61%]

...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 问题状态 最新活动: 2019-05-08 18:05 浏览: 863 关注: 2 人 138*****224 • 2019-05-09 10:07 找到原因了,加上Laya3D.init(1134,640) 初始化就好了

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

122. 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

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. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 60%]

...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

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

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

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

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

... 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

127. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 59%]

...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

128. 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

129. 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

130. WaterPrimaryMaterial的使用 [ 58%]

...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