大约有 2,771 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0081 秒)
Laya_社区(1626) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(67) Laya2.0_示例(16) Laya_示例(11)
...atorStateTriggerCondition Index Constructors constructor Accessors id name type Methods checkState conditionIDToName conditionNameToID Constructors constructor new AnimatorStateTriggerCondition(name: string): AnimatorStateTriggerCondition Overrides AnimatorStateCondition.constructor Defined in laya/...
来源: Laya3.0_api 发布时间: 20231115
...ods MethodDefined By dispose():void 释放声音资源。 Sound event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...
来源: Laya2.0_api 发布时间: 20190513
mac os ts环境配置 在mac os系统下,安装typescript后使用LayaAirIDE编译出现错误 src/uiscripts/InterServiceSports/OverServiceFight.ts(24,48): error TS2339: Property 'getSquareIconPath' does not exist on type 'typeof ui'. src/uiscripts/InterServiceSports/OverServiceFight.ts(32,48): e...
来源: Laya_社区 发布时间: 20180419
...一个Hp.js 代码如下 (function () { /** * 血条 * */ function Hp(type){ //背景 this.bg = null; //进度条 this.bar = null; //最小值 this.MIN_VALUE = 0; //最大值 this.MAX_VALUE = 100; //值 this.value = 100; Hp.__super.call(this); this.init(type); } //能量类型 Hp.HP_TYPE_ENERGY ...
来源: Laya_社区 发布时间: 20160803
error TS2339: Property 'delta' does not exist on type 'Event'. IDE版本号:1.7.17 2018-04-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 你查看下你的代码是否有问题那...
来源: Laya_社区 发布时间: 20180421
...ressBar; (function () { Laya.init(720, 1280); var pro1={url:"comp/BG1.jpg",type:Laya.Loader.IMAGE}; var pro2={url:"comp/BG1.jpg",type: Laya.Loader.IMAGE}; var proArr = []; proArr[0]=pro1; proArr[1]=pro2; Laya.loader.load(proArr,Laya.Handler.create(this,onProLoaded)); if(Laya.Browser.onAndriod) { Lay...
来源: Laya_社区 发布时间: 20170701
...ing Defined in laya/effect/ButtonEffect.ts:35 backEase prop {name:backEase,type:ease, tips:"恢复缓动类型"} effectEase effectEase: string Defined in laya/effect/ButtonEffect.ts:30 effectEase prop {name:effectEase,type:ease, tips:"效果缓动类型"} effectScale effectScale: number = 1.5 Define...
来源: Laya3.0_api 发布时间: 20231115
...) 创建一个新的 KeyframeAnimation 实例。 KeyframeAnimations event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...
来源: laya_api 发布时间: 20170929
swf类型的数据,预加载type怎么写,Loader. 2018-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 二进制BUFFER 2018-03-09 0 0 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20180309
...odDefined By Script() 创建一个新的 Script 实例。 Script event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:Stri...
来源: laya_api 发布时间: 20170929