大约有 312 项符合查询结果, 库内数据总量为 14,848 项。 (搜索耗时: 0.0066 秒)
...ayaAir3]Pool对象池获取继承对象时会返回基类对象 const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { onStart() { let item1 = Laya.Pool.createByClass(TestClass); console.log('item1:', item1.type); Laya.Pool.recoverByClass(item1); let item2 = Laya.Po...
来源: Laya_社区 发布时间: 20250819
...: 与内容相关的链接 提交 3 个回复 佟掌柜 赞同来自: var CLASS$=Laya.class; var STATICATTR$=Laya.static; var View=laya.ui.View; var Dialog=laya.ui.Dialog; var ABCPanelUI=(function(_super){ function ABCPanelUI(){ ABCPanelUI.__s...
来源: Laya_社区 发布时间: 20161017
...遇到同样的问题 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_conchConfig", referenced from: objc-class-ref in GameReadingViewController.o "_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in GameReadingViewController.o "_OBJC_IVAR_$_conchR...
来源: Laya_社区 发布时间: 20190128
1.7.15运行包Warning!,this class[MiniAdpter] already exist: Object 什么意思 1.7.15运行包Warning!,this class[MiniAdpter] already exist: Object 什么意思 2018-01-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20180115
API DocumentationAll Packages | All Classes | Index | Frames No Frames LocalStorageProperties | Methods Packagelaya.netClasspublic class LocalStorageInheritanceLocalStorage Object LocalStorage 类用于没有时间限制的数据存储。 Public Properties PropertyDefined By _baseClass ...
来源: laya_api 发布时间: 20170929
怎么获取完全限定类名,就像as的getQualifiedClassName 2017-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 15068753667 赞同来自: 只限基于ActionScript的项目,基于ts的嗝屁 const ...
来源: Laya_社区 发布时间: 20170317
...efined:5155: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode let runtime = json.props.runtime; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at eval (native) at Document._downl...
来源: Laya_社区 发布时间: 20180724
...js代码 as项目可以用 __JS__ 直接执行js代码 例如:var cls:Class = __JS__("this.__proto__.__class"); 想问一下 ts项目是否有类似的api可以调用 2021-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20210106
...ontroller { import model.Model; /** * ... * @author 偷心枫贼 */ public class Controller_yao1yao { public function Controller_yao1yao(model:Model) { __JS__('_model = model'); __JS__('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'...
来源: Laya_社区 发布时间: 20160110
...径要求么? 我在项目src目录同级的目录下创建了modules/classes/src/testA/testA.as module.def里配置如下: module:"module" path:"modules\src\testA",或者改成path:"modules\src",编译后的module.js生成均只有以下内容 (nction(window,document,Laya){ var ...
来源: Laya_社区 发布时间: 20170204