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

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

211. laya.d3.core.render.ScreenTriangle_API3.0 [ 85%]

...ublic Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/render/ScreenTriangle" ScreenTriangle Class ScreenTriangle ScreenTriangle 类用于创建全屏三角形。 Hierarchy Resource ScreenTriangle Index Constructors constructor Properties destoryedImmediately lock na...

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

212. 关于laya打包找不到配置 [ 85%]

关于laya打包找不到配置 你好,我打包为微信小游戏后在微信开发者工具是可以正常运行,但在手机上会报错,本应该从本地读取的配置,在手机上确从我的文件服务器读取,请问这方便要怎么解决。 附件 : --> 2019-05-28 添加评...

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

213. laya.resource.TextResource_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/TextResource" TextResource Class TextResource 文字资源 Hierarchy Resource TextResource Index Constructors constructor ...

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

214. laya.resource.Resource_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/Resource" Resource Class Resource Resource 资源存取类。 Hierarchy EventDispatcher Resource BaseTexture BaseShader Te...

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

215. 为何发生此类报错Uncaught TypeError: Cannot read property '_tf' of null [ 84%]

...链接 提交 6 个回复 melody0529 赞同来自: (function(){ var Stage=Laya.Stage; var WebGL=Laya.WebGL; var config=Config; (function(){ console.log("运行程序。"); Laya.init(1280,720,WebGL); //设置适配模式 Laya.stage.alignH=Stage.ALIGN_CENTER; Laya.stage.alignV=Stage.ALIGN_MIDDLE; Laya...

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

216. laya.components.AnimatorController2D_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/AnimatorController2D" AnimatorController2D Class AnimatorController2D 2D动画控制器 Hierarchy Resource AnimatorContr...

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

217. IOs使用手动删除本地资源再次进去加载问题 [ 84%]

IOs使用手动删除本地资源再次进去加载问题 https://ask.layabox.com/question/16878 这个问题 function beginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png...

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

218. JSON文件加载成功后,怎么解析成Object对象 [ 84%]

...试代码(文档类): --------------------------------package { import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain { private var txt:Text = null; public function TestMain() { Laya.init(800, 800); txt = new Text(); txt....

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

219. laya.resource.AtlasResource_API3.0 [ 84%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/AtlasResource" AtlasResource Class AtlasResource 大图合集资源 Hierarchy Resource AtlasResource Index Constructors co...

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

220. Laya.URL.basePath加载不到网络资源 [ 84%]

Laya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ];   Laya.loader.load(resArray, Laya.Handler.create(this, th...

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