大约有 3,007 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0067 秒)
...}的书写方式 : module app{ /** * 登录加载界面 * @author Husz */ export class LoadingView extends Laya.View implements small_lib.ILoadingView那么在GameConfig将会报错 , 因为会自动刷新. 除非采用 , 如下: /** * 登录加载界面 * @author Husz */ export default class Loa...
来源: Laya_社区 发布时间: 20181024
[0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. 我使用spine3.8.75导出的文件无法使用。代码是使用的2.12.2beta1引擎示例的源码。 var Browser = Laya.Browser; var WebGL = Laya.WebGL; var Stage = Laya.Stage; var Event = La...
来源: Laya_社区 发布时间: 20211013
...;+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}r...
来源: Laya_社区 发布时间: 20170426
...3-03-16 0 1 分享 微博 QZONE 微信 layabox小高 赞同来自: 将 export default 改成 export 2023-03-20 0 1 分享 微博 QZONE 微信 layabox小高 赞同来自: 这是创建后没有修改的script 2023-03-20 0 2 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20230316
...og; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class TestSceneUI extends Laya.Scene { public scoreLbl:Laya.Label; public tipLbll:Laya.Label; constructor(){ super()} createChildren():void { super.createChildren...
来源: Laya_社区 发布时间: 20190402
...import { RuntimeScriptBase } from "./RuntimeScript.generated"; @regClass() export class RuntimeScript extends RuntimeScriptBase { onAwake(): void { //60帧后,图片的透明度变为0.5 Laya.timer.frameOnce(60, this, () => { this.Image.alpha = 0.5; }) } } 1.2 定时重复执行 (基于帧率) ...
来源: Laya3.0_文档 发布时间: 20241014
...fig.ts(2,8): Error TS1192: Module '"src/script/maingameui"' has no default export. 请问我的操作有问题吗,如果让脚本控制场景上的元素,比如一张图片,是不是应该这么做 2018-10-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20181025
... 记录自己添加的内容: 1. 可绑定内容的骨骼动画 export default class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; } /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number...
来源: Laya_社区 发布时间: 20190805
...只在window上挂载了大写Laya的命名空间 window.Laya= (function (exports) { ...... exports.Sprite = Sprite; exports.EffectAnimation = EffectAnimation; ..... return exports; })({}))那么出现这个问题的原因是官方在LayaAirIDE类导出部分的代码有变化,在2.6版本中有...
来源: Laya_社区 发布时间: 20200809
...: 675 关注: 2 人 陆仁毅 • 2019-07-30 18:01 改下protobuf的d.ts。export=>declare。然后把namespace的相关引用改下就行。或者把js放到d.ts同级,把js改成es6 Channel.F • 2019-07-30 18:16 辛苦大神, 我先试试,那如果第二个方案,我把js放到d.ts的...
来源: Laya_社区 发布时间: 20190730