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

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

111. ios上input无法隐藏 [ 83%]

...input             z_file.style="filter:alpha(opacity=0);opacity:0;width: 29%;height:11%;";             z_file.type ="file";//设置类型是file类型。             z_file.id ="z_sfz";//设置ID。             z_file.accept="image/*";//设置文件的格式为png;      ...

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

112. laya.particle.ParticleTemplate2D_API3.0 [ 83%]

...leTemplate2D Implements ISubmit Index Constructors constructor Properties _id destroyedImmediately lock name settings sv texture url uuid x y DEBUG activeBlendType Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeRefe...

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

113. 位图字体怎么用UI提供的图片制作 [ 83%]

...琢磨 第二步打开     第三步     第四步     第五步   id自己填,id=48是 0这个数字 其他的自己用鼠标放上去看,右下角有个数字      (数字):(16进制数字) 左边的就是id   第六步 之后就不说了   2018-08-29 1 0 分享 微博 QZONE 微...

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

114. laya.resource.ResourceManager [ 83%]

...s ResourceManagerInheritanceResourceManager ObjectImplements laya.resource.IDispose ResourceManager 是资源管理类。它用于资源的载入、获取、销毁。 Public Properties PropertyDefined By  autoRelease : Boolean 是否启用自动释放机制。ResourceManager  autoReleaseMaxSize...

来源: laya_api 发布时间: 20170422

115. laya.d3.core.render.BaseRender [ 83%]

...影。 BaseRender  enable : Boolean 获取是否可用。 BaseRender  id : int[read-only] 获取唯一标识ID,通常用于识别。 BaseRender  isPartOfStaticBatch : Boolean[read-only] 是否是静态的一部分。 BaseRender  lightmapIndex : int 获取光照贴图的索引。 BaseRender ...

来源: Laya2.0_api 发布时间: 20190513

116. 内存统计问题 [ 83%]

...信 qian 赞同来自: https://ask.layabox.com/question/11867?notification_id=46613&rf=false&item_id=19867&answer_id=19867&single=TRUE#!answer_19867 看一下这个帖子 2018-02-26 0 0 分享 微博 QZONE 微信 130*****113 赞同来自: 好的,谢谢 2018-02-26 0 0 分享 微博 ...

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

117. laya.resource.BaseTexture_API3.0 [ 83%]

...ture2D RenderTexture2D RenderTexture TextureCube Texture2DArray Texture2D VideoTexture Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorr...

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

118. Sprite optimizeScrollRect = true 似乎有问题 [ 83%]

...问题 this.initMask = function () { this.mask = new Sprite(); this.mask.width = this.width; this.mask.height = this.height; this.mask.scrollRect = new Rectangle(); this.mask.scrollRect.setTo(0, 0, this.width, this.height); this.mask.optimizeScrollRect = true; this.addChild(this.mask); } this.initCo...

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

119. laya.components.CommonScript_API3.0 [ 82%]

...singleton owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id isSingleton Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new CommonScript()...

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

120. 多个button如何区分 [ 82%]

...btn.on(Event.CLICK,this,onMouse,['btn'+i]) } public function onMouse(aa):void {       if(aa=='btn001')      {      }       else if(aa=='btn002')     {      } } 2017-04-25 1 2 分享 微博 QZONE 微信 189*****192 赞同来自: 已接近!! 2017-04-25 0 4 分享 微博 QZONE 微...

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