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

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

151. 物体随着鼠标滑动旋转脚本 [ 50%]

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

152. laya.ui.Image_API3.0 [ 50%]

...启自定义渲染,只有开启自定义渲染,才能使用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

153. laya.ui.FontClip_API3.0 [ 50%]

...启自定义渲染,只有开启自定义渲染,才能使用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

154. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 49%]

...则不需要。 2、主文档类不会自动添加舞台,需要在构造函数中收到添加舞台Event.ADDED_TO_STAGE。 3、SWF文件内如果包含代码文件,需要手动将链接类提取出来(建议;使用反编译工具JPEXS Free Flash Decompiler)。并将.as文件放置到项目...

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

155. laya.ui.ComboBox_API3.0 [ 48%]

...启自定义渲染,只有开启自定义渲染,才能使用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

156. laya.ui.RadioGroup_API3.0 [ 48%]

...启自定义渲染,只有开启自定义渲染,才能使用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

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

...启自定义渲染,只有开启自定义渲染,才能使用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

158. laya.ui.List_API3.0 [ 47%]

...启自定义渲染,只有开启自定义渲染,才能使用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

159. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 47%]

...事件类型',['数据源']),监听对象.on('事件类型','事件侦听函数执行','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListe...

来源: Laya2.0_文档 发布时间: 20191206

160. LayaAir引擎AS3与Flash原生AS3的开发差异(ActionScript-简介篇(AS3)-LayaAir引擎简介) [ 47%]

...事件类型',['数据源']),监听对象.on('事件类型','事件侦听函数执行','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListe...

来源: Laya2.0_文档 发布时间: 20210714