大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...on public function get mesh():Mesh public function set mesh(value:Mesh):voidrenderModeproperty renderMode:int 获取渲染模式。 Implementation public function get renderMode():int public function set renderMode(value:int):voidstretchedBillboardCameraSpeedScaleprope...
来源: Laya2.0_api 发布时间: 20190513
...c function get localBounds():Bounds public function set localBounds(value:Bounds):voidrootBoneproperty rootBone:Sprite3D 获取根节点。 Implementation public function get rootBone():Sprite3D public function set rootBone(value:Sprite3D):voidConstructor DetailSkinnedMeshRend...
来源: Laya2.0_api 发布时间: 20190513
... public function get dataSource():* public function set dataSource(value:any):voidgroupproperty group:String 资源分组。 Implementation public function get group():String public function set group(value:String):voidheightproperty height:Number[override] 显示对象的...
来源: Laya2.0_api 发布时间: 20190513
...r has settled (1300) E/LayaGameEngine: game_plugin_set_option key=localize value=true E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://stand.alone.version/index.html D/LayaGameEngine: game_plugin_init url =http://stand.alone.version/index.html D/LayaGameEngine: url=http://stand.alon...
来源: Laya_社区 发布时间: 20171218
...2/com.dihong.testdcc E/LayaGameEngine: game_plugin_set_option key=localize value=false 05-16 15:59:48.871 7562-7562/com.dihong.testdcc E/LayaGameEngine: game_plugin_set_option key=gameUrl value=http://cdn.odds5.com/bmh5/testLayaDcc2/index.js 05-16 15:59:48.871 7562-7562/com.dihong.testdcc D/LayaGame...
来源: Laya_社区 发布时间: 20190516
...是异步获取,如果你要单个获取的话 window.Laya.loader.load(value.url, ls.Handler.create(this, function () { _this.graphics.clear() var texture = window.Laya.loader.getRes(value.url) _this.graphics.drawTexture(texture) _this.scaleX = _this.set_width / texture.sourceWidth _this.pivotX = ...
来源: Laya_社区 发布时间: 20180530
...Point 把本地坐标转换为相对stage的全局坐标。 Sprite lock(value:Boolean):void 锁定所有层,显示加载条信息,防止双击 DialogManager off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。...
来源: laya_api 发布时间: 20170929
... public function get cacheAs():String public function set cacheAs(value:String):voidcontentproperty content:Sprite [read-only] 获取内容容器对象。 Implementation public function get content():Spriteheightproperty height:Number[override] 表示显示对象的高度,以...
来源: laya_api 发布时间: 20170929
...._getTexture(CustomMaterial.DIFFUSETEXTURE_ID); } public setDiffuseTexture(value: Laya.BaseTexture): void { this._setTexture(CustomMaterial.DIFFUSETEXTURE_ID, value); } }设置材质 mesh.meshRender.sharedMaterials = mats; 设置了材质后,动作就静止了 2017-08-15 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20170815
...ame("OutlineShader") this.getRenderState(0).cull = 1 } set diffuseTexture (value) { this._shaderValues.setTexture(OutlineMaterial.DIFFUSETEXTURE, value) } } 附件 : --> shaderBasic.zip 2018-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20180925