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

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

91. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 73%]

...s void generatePositionAndDirection generatePositionAndDirection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:89 用于生成粒子初始位置...

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

92. 新建一个AS的3D示例项目,运行什么都不显示,刷新网页就闪退 [ 73%]

...这个是苹果版本吧?把引擎 laya.d3.utils里Utils3D.as 里面  vector3 =     new vector3();  中间有/*static safe*/ 大写的注视删掉即可 2018-03-14 0 0 分享 微博 QZONE 微信 qian 赞同来自: 哪个版本的 2018-03-13 0 3 分享 微博 QZONE 微信 qian 赞同来...

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

93. [0]自定义Shader暴露StencilOp参数后材质报错 [ 73%]

...p中尝试暴露MaterialParser中提到的Stencil参数——s_StencilOp(Vector3);   ②新建材质球,材质将引用的Shader修改为StencilUnlit;   ③任意调整材质球参数后保存并刷新编辑器,之后材质报错;   P.S. 其余Stencil相关参数暴露后没有任...

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

94. laya.d3.physics.CharacterController_API3.0 [ 73%]

...tructors constructor new CharacterController(stepheight?: number, upAxis?: Vector3, collisionGroup?: number, canCollideWith?: number): CharacterController Overrides PhysicsComponent.constructor Defined in laya/d3/physics/CharacterController.ts:215 创建一个 CharacterController 实例。 Parameter...

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

95. laya.d3.component.volume.volumetricgi.VolumetricGI_API3.0 [ 72%]

...ponents/Component.ts:24 获取所属Node节点。 probeCounts probeCounts: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:12 probeStep probeStep: Vector3 Defined in laya/d3/component/Volume/VolumetricGI/VolumetricGI.ts:13 Optional runInEditor runInEditor: boolean Inherited ...

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

96. "window.Background is not a constructor" [ 72%]

...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 2.0版本,Particle2D is not a constructor 问题状态 最新活动: 2017-04-21 10:54 浏览: 1206 关注: 2 人 A846353427 • 2017-05-02 14:19 其实我还是没明白我那样写为什么会...

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

97. laya加载unity插件导出的场景 physics3D is not a function [ 72%]

...dChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })); } } 2018-12-27 0 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: Seekers GameUI 里面 把初始化...

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

98. laya.d3.renderobjs.renderobj.ShadowCullInfo_API3.0 [ 72%]

...d in laya/d3/RenderObjs/RenderObj/ShadowCullInfo.ts:9 direction direction: Vector3 Implementation of IShadowCullInfo.direction Defined in laya/d3/RenderObjs/RenderObj/ShadowCullInfo.ts:11 position position: Vector3 Implementation of IShadowCullInfo.position Defined in laya/d3/RenderObjs/RenderObj/Sh...

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

99. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 72%]

...es _extra _isScene _singleton _updateMark owner runInEditor scriptPath TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors ambientColor ambientIntensity ambientMode ambientSH ambientSphericalHarmonics awaked bounds boundsMax boundsMin boxProjection customReflection destroyed enabled hideFlags iblTex...

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

100. Matrix4x4的decompose函数用法 [ 72%]

...ompose函数用法 decompose是分解矩阵函数。 decompose(translation:Vector3, rotation:Quaternion, scale:Vector3):Boolean 假设单位矩阵A ,平移后变成矩阵B,缩放某轴后变成矩阵C,绕某轴旋转后变成矩阵D。然后用decompose可以分别获得 平移向量、缩放...

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