大约有 684 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0056 秒)
...w Laya.DirectionLight(); scene.addChild(directionLight); //设置平行光颜色 directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); var layaMonkey:Laya.Sprite3D = scene.addChild(Laya.Loader.getRes("Export/LayaScene_JJF/Conventional/JJF.lh")) as Laya.Sprit...
来源: Laya_社区 发布时间: 20190531
...ityPlugin 功能介绍: Mesh Setting --- 网格设置 Ignore Vertices Tangent 忽略顶点切线信息,可减小lm文件大小 Ignore Vertices Color 忽略顶点颜色信息,可减小lm文件大小 ...
来源: Laya_社区 发布时间: 20170428
...yer.x, this.player.y)){ //人物如果踩到地板了 就把人物的坐标设置到地板上面 this.player.y = floor.y; //如果到地板上面的 就得重置跳的方法 this.player.jumpReset(); } } } //点击 出发人物 跳跃 _proto.onMouseDown = function(){ this.player.jump(); } _proto.onMo...
来源: Laya_社区 发布时间: 20160803
...激活。 Inherited from Node.active Defined in laya/display/Node.ts:653 设置是否激活。 Parameters value: boolean 是否激活。 Returns void 自身是否激活。 activeInHierarchy get activeInHierarchy(): boolean Inherited from Node.activeInHierarchy Defined in laya/display/Node.ts:676 获...
来源: Laya3.0_api 发布时间: 20231102