大约有 36 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0034 秒)
...c/Protected All Inherited Externals Only exported Menu Globals "laya/utils/ClassUtils" ClassUtils Class ClassUtils ClassUtils 是一个类工具类。 Hierarchy ClassUtils Index Properties _classMap Methods getClass getInstance regClass Properties Static _classMap _classMap: Record<string, any>...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ClassUtilsMethods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Methods MethodDefined By createByJson(json:*, node:* = null, root:Node = null, custo...
来源: Laya2.0_api 发布时间: 20190513
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ClassUtilsProperties | Methods Packagelaya.utilsClasspublic class ClassUtilsInheritanceClassUtils Object ClassUtils 是一个类工具类。 Public Properties PropertyDefined By _classMap : Object[static] ClassUtils ...
来源: laya_api 发布时间: 20170929
萌新求问classUtils具体是做什么用的? 看到生成的空工程里有Laya.ClassUtils.regClass,一直没有搞明白这个类具体是做什么用的,如何使用。生成的示例工程有有bullet的注册,但是没有看到具体是在什么地方使用的。也没看看到相关...
来源: Laya_社区 发布时间: 20190101
ClassUtils 怎么注册另一个laya项目的类(ts) 2017-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 wudi199553 赞同来自: ClassUtils.regClass("sp",Sprite); trace(ClassUtils.getClass("sp")); 2...
来源: Laya_社区 发布时间: 20171107
...的链接 提交 4 个回复 老衲当时慌了 赞同来自: ggxxyy Laya.ClassUtils.regClass("laya.effect.ColorFilterSetter", Laya.ColorFilterSetter); Laya.ClassUtils.regClass("laya.effect.GlowFilterSetter", Laya.GlowFilterSetter); Laya.ClassUtils.regClass("laya.effect.BlurFilterSetter", Laya.BlurF...
来源: Laya_社区 发布时间: 20191015
Laya.ClassUtils类的使用 已经注册过了Laya.ClassUtils.regClass("TimerHandler", TimerHandler);使用var classZ:any = Laya.ClassUtils.getClass(refKey); 然后无法obj = new classZ();那么这个玩意到底怎么用 2018-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180925
...上代码: Laya.ILaya.regClass(WXOpenDataViewer); Laya.ClassUtils.regClass("laya.ui.WXOpenDataViewer", WXOpenDataViewer); Laya.ClassUtils.regClass("Laya.WXOpenDataViewer", WXOpenDataViewer); 2019-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20190813
...,src目录下有个ClicpView.ts类继承自ui.ClipUI,请问如何通过ClassUtils在知道类名的情况下得到这个类对象呢 var UIClass:any=Laya.ClassUtils.getClass("ClipView"); 这么写好像获取不到 2017-08-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20170821
问一下Laya.ClassUtils.getInstance()怎么使用的,为啥我 直接传入一个.'类名' 竟然提示错误获取不到这个类 问一下Laya.ClassUtils.getInstance()怎么使用的,为啥我 直接传入一个.'类名' 竟然提示错误获取不到这个类 let view = Laya.ClassUtils.getInsta...
来源: Laya_社区 发布时间: 20180122