大约有 101 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0076 秒)
...代码若干,仅展示api从初始化到接口使用的基础流程 */ import Browser = Laya.Browser; export default class GameRecorderMgr { /**录屏实例**/ private _recorder: any; static _instance: GameRecorderMgr; /**视频地址**/ private _videoPath: String = ""; constructor() { GameRecorde...
来源: Laya2.0_文档 发布时间: 20210715
...变回设置的颜色,而整个流程中我并没有设置过蓝色字。import { ui } from "../../ui/layaMaxUI"; import GameData from "../game/GameData"; import IHttpResponse from "../../network/interfaces/IHttpResponse"; import Notice from "../../utils/Notice"; export default class AuthReg exten...
来源: Laya_社区 发布时间: 20200410
... }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_modules->rollup->dist...
来源: Laya_社区 发布时间: 20201223
...面这两个TS代码: //MyScript.ts const { regClass, property } = Laya; import Animal from "./Animal"; @regClass() export class MyScript extends Laya.Script { @property({ type : Animal }) animal : Animal; } //Animal.ts const { regClass, property } = Laya; @regClass() export default class Animal {...
来源: Laya3.0_文档 发布时间: 20241014
...请: 与内容相关的链接 提交 5 个回复 Laya_Aaron 赞同来自: import { ui } from "./../ui/layaMaxUI"; /** * 本示例采用非脚本的方式实现,而使用继承页面基类,实现页面逻辑。在IDE里面设置场景的Runtime属性即可和场景进行关联 * 相比脚本方...
来源: Laya_社区 发布时间: 20181227
...API 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 微信小程序canvas如何使用layaAir引擎 关于逻辑贞更新间隔机制、时间和其...
来源: Laya_社区 发布时间: 20180525
...要引入aya.quickgamemini.js //as3初始化 QGMiniAdapter.init();//需要 import laya.qg.mini.QGMiniAdapter; ``` 另外还有其它需要注意的地方,以及细节处理过程。欢迎大家前往观看OPPO接入的免费视频。 视频地址:[https://ke.qq.com/course/409332](https://ke.qq.c...
来源: Laya2.0_文档 发布时间: 20210715
...员 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 骨骼动画播放完后的回调时间 Laya mac版的IDE 是没测试就上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无...
来源: Laya_社区 发布时间: 20190805
...电脑上OK,移动端没试,有问题调试着改一改就OK啦。。import Transform3D = Laya.Transform3D; import Vector3 = laya.d3.math.Vector3; import Quaternion = laya.d3.math.Quaternion; /* 用法: //初始化照相机 var camera = this.newScene.addChild(new Laya.Camera(0, 0.1, 100)) as L...
来源: Laya_社区 发布时间: 20190224
...面这两个TS代码: //MyScript.ts const { regClass, property } = Laya; import Animal from "./Animal"; @regClass() export class MyScript extends Laya.Script { @property({ type : Animal }) animal : Animal; } //Animal.ts const { regClass, property } = Laya; @regClass() export default class Animal {...
来源: Laya3.0_文档 发布时间: 20241014