大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1345) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(9) Laya2.0_示例(6)
...init__ (D:\workspace\LayaAir\6\bin\h5\LayaSample.max.js:7277:19) at Object.Laya.init (D:\workspace\LayaAir\6\bin\h5\LayaSample.max.js:373:11) at new LayaSample (D:\workspace\LayaAir\6\bin\h5\LayaSample.max.js:23464:8) at D:\workspace\LayaAir\6\bin\h5\LayaSample.max.js:27828:2 ...
来源: Laya_社区 发布时间: 20180727
...aya.netClasspublic class HttpRequestInheritanceHttpRequest EventDispatcher Object HttpRequest 通过封装 HTML XMLHttpRequest 对象提供了对 HTTP 协议的完全的访问,包括做出 POST 和 HEAD 请求以及普通的 GET 请求的能力。 HttpRequest 只提供以异步的形式返回 Web ...
来源: Laya2.0_api 发布时间: 20190513
...Packagelaya.netClasspublic class ResourceVersionInheritanceResourceVersion Object 资源版本的生成由layacmd或IDE完成,使用 ResourceVersion 简化使用过程。 调用 enable 启用资源版本管理。 Public Properties PropertyDefined By manifest : Object[static] 版本清单Resour...
来源: Laya2.0_api 发布时间: 20190513
...ver run runWith setTo create Constructors constructor new Handler(caller?: Object | null, method?: Function | null, args?: any[] | null, once?: boolean): Handler Defined in laya/utils/Handler.ts:23 根据指定的属性值,创建一个 Handler 类的实例。 Parameters Default value caller: Objec...
来源: Laya3.0_api 发布时间: 20231115
...b下编译运行mei没有报错 运行正常 sg_proto msg_cs {ProtoBuf: Object} conf_game {ProtoBuf: Object} CarProtoModel {msg_proto: msg_cs, conf_proto: conf_game, _callBack: null, _proxy: Proxy, _data: null…} TypeError: require is not a function at Object.ProtoBuf.Util.Util.fetch (file:///D:...
来源: Laya_社区 发布时间: 20170117
...ass window { public function window() { } public static function alert(msg:Object):void { } } } ``` `/*[IF-FLASH]*/`是LayaCompiler的编译宏,其后的类不会被编译为JS,对此不了解的,请先去了解[宏编译教程文档](https://github.com/layabox/layaair-doc/blob/master/Chinese/...
来源: Laya2.0_文档 发布时间: 20210715
...blic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Prop...
来源: Laya2.0_api 发布时间: 20190513
...raInheritanceCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Sprite3D activeInHierarchy : Boo...
来源: laya_api 发布时间: 20170929
...bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg An object to which the this keyword can refer inside the new function. * @param argArray A list ...
来源: Laya_社区 发布时间: 20180130
...et.on(Event.ERROR,this,errorHandler); } private function openHandler(event:Object = null):void { //正确建立连接; } private function receiveHandler(msg:Object = null):void { ///接收到数据触发函数 } private function closeHandler(e:Object= null):void { //关闭事件 } private function...
来源: Laya2.0_文档 发布时间: 20210715