大约有 1,125 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)
Laya_社区(426) Laya3.0_api(324) Laya2.0_api(157) laya_api(90) Laya2.0_文档(47) Laya3.0_文档(35) Laya_示例(32) Laya2.0_示例(14)
...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
...fHand.dataSource = _dataSource_; this.selfHand.selectEnable = true; } Laya.class(Index,"Index",_super); return Index; })(IndexUI); 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自:...
来源: Laya_社区 发布时间: 20170914
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
...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
...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 关于代码加密的问题 IDE中选中字符串大小写转换快捷键 如何将字符串变成数字? HttpRequest无法发送除字符串以外的数据 Laya.LocalStorage.getJSON空对象在微信小游戏...
来源: Laya_社区 发布时间: 20170206
...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
API DocumentationAll Packages | All Classes | Index | Frames No Frames CapsuleColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class CapsuleColliderShapeInheritanceCapsuleColliderShape ColliderShape Object CapsuleColliderShape 类用于创建胶囊形状碰撞器。...
来源: Laya2.0_api 发布时间: 20190513
...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
... 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
...可以根据自己需求调整,这个是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