大约有 179 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0069 秒)
...per.prototype._initialize.call(this,owner); //在this(调取本函数的的对象)作用域内,侦听mousedown(鼠标按下)事件,如果侦听到就执行方法this.mousedown Laya.stage.on("mousedown", this, this.mouseDown); Laya.stage.on("mouseup", this, thi...
来源: Laya_社区 发布时间: 20170810
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...则不需要。 2、主文档类不会自动添加舞台,需要在构造函数中收到添加舞台Event.ADDED_TO_STAGE。 3、SWF文件内如果包含代码文件,需要手动将链接类提取出来(建议;使用反编译工具JPEXS Free Flash Decompiler)。并将.as文件放置到项目...
来源: Laya_社区 发布时间: 20151224
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Parameters b: boolean Returns void dataSource get dataSource(): any set dataSource(value: any): void Inherited from UIComponent.dataSource Defined in laya/ui/UIComponent.ts:134 implements 数据赋值,通过...
来源: Laya3.0_api 发布时间: 20231115
...事件类型',['数据源']),监听对象.on('事件类型','事件侦听函数的执行域','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListe...
来源: Laya2.0_文档 发布时间: 20191206
...事件类型',['数据源']),监听对象.on('事件类型','事件侦听函数的执行域','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListe...
来源: Laya2.0_文档 发布时间: 20210714