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

大约有 631 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0073 秒)

221. 请问用laya的tab模板创建的tab,为啥没有点击事件啊?而且tab标签点击后没有一直处于按下状态 [ 66%]

...AssetLoaded2), null, Loader.ATLAS); function onAssetLoaded2() {     Laya.class(MyBoot, "MyBootClass", MyBootPage2UI);     UI = new MyBootClass();     Laya.stage.addChild(UI); } function MyBoot() {     MyBoot.super(this);          this.Boot.selectHandler = new Laya.Handler(this, onSelect...

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

222. laya.d3.terrain.Terrain [ 66%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TerrainProperties | Methods | Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Proper...

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

223. 输入框限制输入字符 [ 65%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 加载单张图片尺寸限制 问题状态 最新活动: 2017-08-26 14:34 浏览: 1294 关注: 2 人

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

224. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 65%]

...6:15 会不会和设置的字体有关系 18336093936 • 2017-09-11 16:17 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", tx...

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

225. 为什么创建的脚本 变量在编辑模式赋值后 运行时为undfined [ 65%]

...头像者 • 2018-10-24 18:14 写一个ts文件,写上 export default class Move extends Laya.Script{ /** @prop {name:target,tips:"目标容器",type:Prefab}*/ targetPrefab:Laya.Prefab; } 将文件在编辑模式下赋给点添加组件=》code=》move 然后创建一个box拖为预制...

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

226. Timer Handler被覆盖 [ 65%]

Timer Handler被覆盖   class Timer   _getHandler(caller, method) { var cid = caller ? caller.$_GID || (caller.$_GID = ILaya.Utils.getGID()) : 0; var mid = method.$_TID || (method.$_TID = (Timer._mid++) * 100000); return this._map[cid + mid]; }   当游戏玩的功能多时间长了,随着cal...

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

227. 有类似Unity的RequireComponent特性么 [ 65%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name Unity 导出的场景 Laya 中有闪烁的情况 IDE中js压缩工具,能不能用类似命令行,或者编译参数等等方式调用? Laya现在有没有什么热更新的方法或者类似热更新的...

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

228. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 65%]

...ported Menu Globals "laya/d3/core/MeshTerrainSprite3D" MeshTerrainSprite3D Class MeshTerrainSprite3D TerrainMeshSprite3D 类用于地形节点转换普通mesh渲染。 Hierarchy MeshSprite3D MeshTerrainSprite3D Index Constructors constructor Properties _extra _scene _url name LIGHTMAP LIGHTMAPSCALEO...

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

229. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 65%]

...混排谷歌浏览器查看正常打包后的APP文字消失表情变大 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay...

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

230. laya.ani.bone.Skeleton [ 65%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SkeletonProperties | Methods | Events Packagelaya.ani.boneClasspublic class SkeletonInheritanceSkeleton Sprite Node EventDispatcher Object 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Public Pro...

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