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

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

381. TypeError: Cannot read property 'length' of null [ 73%]

...ned错误 Cannot read property 'displayObject' of null Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 构建APP Android Studio打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function 关于graphics.drawTexture方法设置纹理报错TypeErr...

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

382. List中如何动态加载多个image,并为每个image添加监听事件? [ 73%]

...fHand.dataSource = _dataSource_; this.selfHand.selectEnable = true; } Laya.class(Index,"Index",_super); return Index; })(IndexUI); 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自:...

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

383. laya.d3.shader.Shader3D [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Shader3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class Shader3DInheritanceShader3D Object Shader3D 类用于创建Shader3D。 Public Properties PropertyDefined By  debugMode : Boolean = false...

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

384. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 73%]

...er.JUMP = "player_jump"; //状态 Player.DIE = "player_die"; //Player Laya.class(Player,"Player", laya.display.Sprite); var _proto = Player.prototype; //是否缓存了 Player.cached = false; _proto.init = function(){ //动画缓存起来 if(!Player.cached){ Player.cached = true; //根据不同的...

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

385. 如何解码base64_decode加密的字符串? [ 73%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 关于代码加密的问题 IDE中选中字符串大小写转换快捷键 如何将字符串变成数字? HttpRequest无法发送除字符串以外的数据 Laya.LocalStorage.getJSON空对象在微信小游戏...

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

386. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 73%]

...ompile: false Project file: D:\Laya3DTest\code\3dtest\3dtest.as3proj. Main Class: D:/Laya3DTest/code/3dtest/src/Main.as D:/Laya3DTest/code/3dtest/bin/h5/D:/Laya3DTest/code/3dtest//bin/js/bundle.js(0): Info: Build out js sucess! D:/Laya3DTest/code/3dtest/bin/h5/D:/Laya3DTest/code/3dtest//bin/js/bundl...

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

387. laya.d3.physics.shape.CapsuleColliderShape [ 73%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CapsuleColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class CapsuleColliderShapeInheritanceCapsuleColliderShape ColliderShape Object CapsuleColliderShape 类用于创建胶囊形状碰撞器。...

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

388. laya.d3.core.light.DirectionLightCom_API3.0 [ 73%]

...rted Menu Globals "laya/d3/core/light/DirectionLightCom" DirectionLightCom Class DirectionLightCom DirectionLight 类用于创建平行光。 Hierarchy Light DirectionLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed en...

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

389. laya.d3.component.hlod.HLODRender_API3.0 [ 73%]

... Only exported Menu Globals "laya/d3/component/HLOD/HLODRender" HLODRender Class HLODRender Hierarchy BaseRender HLODRender Implements IBoundsCell Index Constructors constructor Properties _extra _receiveShadow owner runInEditor scriptPath sortingFudge Accessors awaked bounds boundsChange castShadow...

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

390. 分享个用美术资源做位图文本的方法。。。 [ 73%]

...可以根据自己需求调整,这个是json的格式: // 程序入口 class GameMain{ constructor() { Laya.init(600,400); var that = this; Laya.loader.load([{"url":"res/playerKpiFont.json","type":Laya.Loader.JSON}, {"url":"res/playerKpiFont.png","type":Laya.Loader.IMAGE}],new Laya.Handler(that,...

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