• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,771 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0075 秒)

161. laya.utils.TimeLine [ 90%]

...签。 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

162. [BUG]刚体约束问题,移动后约束混乱! [ 90%]

...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

163. laya.d3.component.AnimatorState_API3.0 [ 90%]

...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

164. 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function [ 90%]

关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 自己的问题 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 截图和代码...

来源: Laya_社区 发布时间: 20190508

165. laya.components.AnimatorStateNumberCondition_API3.0 [ 90%]

...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

166. laya.display.Node [ 90%]

...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

167. TextInput类型为Input.TYPE_DATE,调用日期组件问题 [ 90%]

TextInput类型为Input.TYPE_DATE,调用日期组件问题 环境在手机浏览器,点击第一下得时候,右边出来一个小三角,点第二下得时候,才调出来手机端得日期组件。 请问有没有上面方法,点击第一下得时候就弹出来日期组件,或者点...

来源: Laya_社区 发布时间: 20180628

168. 发布h5项目,在浏览器上初始加载资源过多导致卡顿怎么优化 [ 90%]

...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

169. TypeScript 泛形方法如何传TYPE? [ 90%]

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

170. laya.d3.component.animator.AnimatorStateBoolCondition_API3.0 [ 90%]

...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