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

大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)

881. laya.d3.core.particleShuriKen.ShurikenParticleRenderer [ 61%]

...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

882. laya.d3.core.SkinnedMeshRenderer [ 60%]

...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

883. laya.ui.Image [ 60%]

... 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

884. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 60%]

...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

885. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 59%]

...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

886. 关于创建Sprite获取大小 [ 59%]

...是异步获取,如果你要单个获取的话 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

887. laya.ui.DialogManager [ 59%]

...Point 把本地坐标转换为相对stage的全局坐标。 Sprite  lock(value:Boolean):void 锁定所有层,显示加载条信息,防止双击 DialogManager off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。...

来源: laya_api 发布时间: 20170929

888. laya.ui.Panel [ 59%]

... 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

889. 角色模型的材质列表切换后,不播放动作了 [ 59%]

...._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

890. 描边Shader,使用了两个Pass [ 59%]

...ame("OutlineShader") this.getRenderState(0).cull = 1 } set diffuseTexture (value) { this._shaderValues.setTexture(OutlineMaterial.DIFFUSETEXTURE, value) } }   附件 : --> shaderBasic.zip 2018-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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