大约有 151 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(52) Laya3.0_api(40) Laya2.0_api(16) Laya3.0_文档(12) Laya2.0_文档(9) Laya_示例(8) Laya2.0_示例(8) laya_api(6)
...度、Box projection盒式偏移反射、Box Size反射探针大小、Box Offset反射探针偏移) Cubemap capture settings(立方体贴图捕捉设置) 支持 4.4 模型相关的属性 关于模型的属性,分别支持普通模型和骨骼模型。 4.4.1 普通模型 普通模型需要Mes...
来源: Laya3.0_文档 发布时间: 20241109
...eters b: ConchQuaternion Returns boolean fromArray fromArray(array: any[], offset?: number): void Defined in laya/d3/math/Native/ConchQuaternion.ts:621 从Array数组拷贝值。 Parameters array: any[] 数组。 Default value offset: number = 0 数组偏移。 Returns void getYawPitchRoll getYawPit...
来源: Laya3.0_api 发布时间: 20231102
...umber; public var turningSpeed:Number; public var speed:Number; public var offset:Number; }
来源: Laya2.0_示例 发布时间: 20241118
...xtIndex]; if (this._isTempEndVertex && (nextIndex===count-1)){ var offset=this._floatCountPerVertices1 *i *2; var fixedPos=this._lastFixedVertexPosition; fixedPos.x=this._vertices1[0]; fixedPos.y=this._vertices1[1]; fixedPos.z=this._vertices1[2]; this._isTempEndVertex=false; } this._activeIn...
来源: Laya_社区 发布时间: 20191017
...l.fontSize = 50; label.color = "#40FF40"; Laya.stage.addChild(label); var _offset = new Laya.Vector3(0, 0.25, 0); var _upVector3 = new Laya.Vector3(0, 1, 0); var _vector3 = new Laya.Vector3(); //鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, function () { if (_outHitInfo.distance !== -1) { La...
来源: Laya_示例 发布时间: 20241118
...1 基础属性 如图4-1所示,发光滤镜有3个属性: (图4-1) Offset:发光滤镜相对于组件的偏移,X轴方向和Y轴方向。 Blur:发光滤镜的边缘模糊大小,数值越大,边缘越模糊。 Color:发光滤镜的颜色。 4.2 代码实现 使用GlowFilter类直...
来源: Laya3.0_文档 发布时间: 20241014
...estObject: any 克隆源。 Returns void fromArray fromArray(array: any[], offset?: number): void Defined in laya/d3/math/Native/ConchVector3.ts:472 从Array数组拷贝值。 Parameters array: any[] 数组。 Default value offset: number = 0 数组偏移。 Returns void setValue setValue(x: number,...
来源: Laya3.0_api 发布时间: 20231102
...TransformUV(); transformUV.tiling = new Laya.Vector2(2, 1); // transformUV.offset = new Laya.Vector2(0.1, 0.1); material.transformUV = transformUV; } return D3Helper.materialDic[name]; }; 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180206
...mcblk0p34 success Function:write_raw_partition, log_size=125981, log_offset=125981, size=207, write_bytes=207 08-20 16:53:51.010 391-3681/? E/raw_hw_default: open /dev/block/mmcblk0p34 success item id=309,0x158208 critical repuestCleanItme::will call remote()->transact() 08-20 1...
来源: Laya_社区 发布时间: 20180820
...this, function () { index +=1; layaMonkey.meshRender.material.transformUV.offset = new Laya.Vector2(index 0/100.0, index 0/100.0); layaMonkey.active = !debugModel; layaMonkey.transform.rotate(rotation, false); if (debugModel) { phasorSpriter3D.begin(Laya.WebGLContext...
来源: Laya_社区 发布时间: 20171127