大约有 1,012 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0051 秒)
Laya_社区(371) Laya2.0_api(240) laya_api(189) Laya_示例(65) Laya2.0_文档(56) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(8)
...| Index | Frames No Frames IFilterActionGLProperties | Methods Packagelaya.filtersInterfacepublic interface IFilterActionGL extends IFilterActionImplementors ColorFilterActionGL, FilterActionGLPublic Properties PropertyDefined By typeMix : int[read-only] IFilterActionGLPublic Methods Hide I...
来源: laya_api 发布时间: 20170929
...== "mousedown") { _oldY = Laya.stage.mouseY; var itemBox:Box = _list.getCell(index); _itemHeight = itemBox.height; }else if(type.type == "mouseout") { ...
来源: Laya_社区 发布时间: 20171204
...符串读取到的数据是错的,然后就报错了。package { import laya.events.Event; import laya.net.Socket; import laya.utils.Byte; import laya.webgl.WebGL; public class SocketSample { public var socket:Socket; private var byte:Byte; public function SocketSample() { //初始化引擎 this.b...
来源: Laya_社区 发布时间: 20180202
# List 组件参考 ## 一、通过LayaAirIDE创建List组件 List 组件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。List 列表的每一个列表通常是一样的,也可以使用编辑器自定义不同样式的列表内容项。 List 通...
来源: Laya2.0_文档 发布时间: 20210715
...= 8080; let IP: string = "127.0.0.1"; export class NetSocket extends Laya.Socket{ private static _instance: NetSocket; public static get instance(): NetSocket { if (!NetSocket._instance) { NetSocket._instance = new NetSocket(); ...
来源: Laya_社区 发布时间: 20170602
...rames No Frames SocketProperties | Methods | Events | Constants Packagelaya.netClasspublic class SocketInheritanceSocket EventDispatcher Object Socket 封装了 HTML5 WebSocket ,允许服务器端与客户端进行全双工(full-duplex)的实时通信,并且允许跨域通信。在建立...
来源: laya_api 发布时间: 20170929
...------参考onRemoveClick回调 大致代码如下:package { import laya.display.Sprite; import laya.events.Event; import laya.net.Loader; import laya.ui.Box; import laya.ui.CheckBox; import laya.ui.Clip; import laya.utils.Handler; import ui.test.ListPageUI; public class LayaUISample { private ...
来源: Laya_社区 发布时间: 20170313
...rames No Frames SocketProperties | Methods | Events | Constants Packagelaya.netClasspublic class SocketInheritanceSocket EventDispatcher Object Socket 封装了 HTML5 WebSocket ,允许服务器端与客户端进行全双工(full-duplex)的实时通信,并且允许跨域通信。在建立...
来源: Laya2.0_api 发布时间: 20190513
...寸不对,帮忙看下哪里要调整? 对象池对类怎么传参数 Laya.Handler.create 加载图片回调参数问题 子节点的 getChildIndex(node:Node):int 根据子节点对象,获取子节点的索引位置。参数是什么 http 请求 once 的 回调参数,如何传递和接收?...
来源: Laya_社区 发布时间: 20200409
...asses | Index | Frames No Frames FontInfoProperties | Methods Packagelaya.utilsClasspublic class FontInfoInheritanceFontInfo ObjectPublic Properties PropertyDefined By _bold : Boolean = falseFontInfo EMPTY : FontInfo[static] FontInfo _family : String = ArialFontInfo _font : String...
来源: Laya2.0_api 发布时间: 20190513