大约有 2,771 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0075 秒)
Laya_社区(1626) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(67) Laya2.0_示例(16) Laya_示例(11)
...签。 TimeLine destroy():void 彻底销毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine fr...
来源: Laya2.0_api 发布时间: 20190513
...nfigurableConstraint.XMotion = Laya.ConfigurableConstraint.CONFIG_MOTION_TYPE_LOCKED; configurableConstraint.YMotion = Laya.ConfigurableConstraint.CONFIG_MOTION_TYPE_LOCKED; configurableConstraint.ZMotion = Laya.ConfigurableConstraint.CONFIG_MOTION_TYPE_LOCKED; configur...
来源: Laya_社区 发布时间: 20210103
...arameters Default value count: number = 1 Returns void addScript addScript(type: typeof AnimatorStateScript): AnimatorStateScript Defined in laya/d3/component/AnimatorState.ts:134 添加脚本。 Parameters type: typeof AnimatorStateScript 组件类型。 Returns AnimatorStateScript 脚本。 clone ...
来源: Laya3.0_api 发布时间: 20231102
关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 自己的问题 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 截图和代码...
来源: Laya_社区 发布时间: 20190508
...n Index Constructors constructor Accessors compareFlag id name numberValue type Methods checkState conditionIDToName conditionNameToID Constructors constructor new AnimatorStateNumberCondition(name: string): AnimatorStateNumberCondition Overrides AnimatorStateCondition.constructor Defined in laya/co...
来源: Laya3.0_api 发布时间: 20231115
...e addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 ...
来源: Laya2.0_api 发布时间: 20190513
TextInput类型为Input.TYPE_DATE,调用日期组件问题 环境在手机浏览器,点击第一下得时候,右边出来一个小三角,点第二下得时候,才调出来手机端得日期组件。 请问有没有上面方法,点击第一下得时候就弹出来日期组件,或者点...
来源: Laya_社区 发布时间: 20180628
...8-03-30 11:29 Laya.loader.load([ { url: "res/common@atlas0.png", type: Loader.IMAGE }, { url: "res/common.fui", type: Loader.BUFFER }, { url: "res/game@atlas0.png", type: Loader.IMAGE }, { url: "res/game.fui", type: Loader.BUFFER }, { url: "res/help@atlas...
来源: Laya_社区 发布时间: 20180330
TypeScript 泛形方法如何传TYPE? GetComponetInChild(node:laya.display.Node):Laya.Animator { for (var index = 0; index < node._childs.length; index++) { var element:Laya.Animator = node._childs[index].getComponentByType(Laya.Animator); if (element!=null) { return element; }else this.GetCompo...
来源: Laya_社区 发布时间: 20180531
...BoolCondition Index Constructors constructor Accessors compareFlag id name type Methods checkState conditionIDToName conditionNameToID Constructors constructor new AnimatorStateBoolCondition(name: string): AnimatorStateBoolCondition Overrides AnimatorStateCondition.constructor Defined in laya/d3/com...
来源: Laya3.0_api 发布时间: 20231102