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

大约有 83 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)

71. laya.ui.ComboBox_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

72. laya.ui.ProgressBar_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

73. laya.ui.RadioGroup_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

74. laya.ui.Tab_API3.0 [ 47%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

75. laya.ui.Tree_API3.0 [ 46%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

76. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 45%]

...在创建之前已经载入。所以这里使用了一个IEditor.onLoad回调用于提前载入资源。 2、设置字段的inspector属性为刚才取的名字,这里为MyTestField @Laya.regClass() export class Script extends Laya.Script { @property({ type : Laya.Node, inspector: "MyTestField"...

来源: Laya3.0_文档 发布时间: 20251010

77. laya.ui.Dialog [ 45%]

...ct修改 Dialog  closeHandler : Handler 对话框被关闭时会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog  closeType : String关闭类型,点击name为"close","cancel","sure","no","yes","no"的按钮时,会自动记录...

来源: Laya2.0_api 发布时间: 20190513

78. laya.ui.Clip_API3.0 [ 44%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...

来源: Laya3.0_api 发布时间: 20231115

79. laya.d3.core.scene.Scene3D [ 42%]

...。 Parameters url:String — 模板地址。  complete:Handler — 完成回调。 render()method override public function render(ctx:Context, x:Number, y:Number):void 更新、呈现显示对象。由系统调用。 Parameters ctx:Context — 渲染的上下文引用。  x:Number — X轴坐标...

来源: Laya2.0_api 发布时间: 20190513

80. laya.display.Animation [ 41%]

...,否则会创建失败,如果不想预加载或者需要创建完毕的回调,请使用loadAnimation(...)方法; 2. 图集路径:使用此类型创建的动画模版不会被缓存到动画模版缓存池中,如果需要缓存或者创建完毕的回调,请使用loadAtlas(...)方法;...

来源: laya_api 发布时间: 20170929