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

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

141. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 62%]

... getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener...

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

142. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 61%]

... getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener...

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

143. 关于微信小游戏关系链的问题 [ 61%]

...,data:{type:"resizeShared",width:Laya.stage.width,height:Laya.stage.height,matrix:Laya.stage._canvasTransform},isLoad:false});   //显示开发数据的内容,需要延迟处理,因为主域跟开发数据域同时初始化,可能碰巧赶上主域先调用,开发数据域或调用,导致...

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

144. laya.d3.core.material.BaseMaterial [ 61%]

...Material  _getInt(shaderIndex:int):* 获取整形。 BaseMaterial  _getMatrix4x4(shaderIndex:int):* 获取矩阵。 BaseMaterial  _getNumber(shaderIndex:int):* 获取浮点。 BaseMaterial  _getTexture(shaderIndex:int):BaseTexture 获取纹理。 BaseMaterial  _getVector2(shaderIndex:int):...

来源: laya_api 发布时间: 20170929

145. LayaAir3D中的Transform变换(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 61%]

...ocalPosition:Vector3` 局部位置。 `localScale:Vector3` 缩放。 `localMatrix:Matrix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right...

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

146. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 60%]

... getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener...

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

147. LayaAir3D中的Transform变换(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 60%]

...ocalPosition:Vector3` 局部位置。 `localScale:Vector3` 缩放。 `localMatrix:Matrix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right...

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

148. LayaAir3D中的Transform变换(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 60%]

...ocalPosition:Vector3` 局部位置。 `localScale:Vector3` 缩放。 `localMatrix:Matrix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right...

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

149. laya.d3.shader.SubShader_API3.0 [ 59%]

... Defined in laya/d3/shader/SubShader.ts:47 a_WorldMat a_WorldMat: [number, Matrix4x4] = [VertexMesh.MESH_WORLDMATRIX_ROW0, ShaderDataType.Matrix4x4] Defined in laya/d3/shader/SubShader.ts:51 Globals "laya/d3/shader/SubShader" SubShader constructor IncludeUniformMap _addShaderPass addShaderPass getFl...

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

150. 3D变换 · LayaAir3.0文档 · LAYABOX [ 59%]

...late(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector30); Vector3.add(this.localPosition, Transform3D._tempVec...

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