大约有 251 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(152) Laya2.0_文档(25) Laya3.0_文档(24) laya_api(14) Laya2.0_api(13) Laya3.0_api(11) Laya2.0_示例(8) Laya_示例(4)
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 预设怎么在...
来源: Laya_社区 发布时间: 20171125
...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...
来源: Laya2.0_api 发布时间: 20190513
...PauseTimes 1 06-09 11:48:56.724 1999-2600/? D/ThermalStateManager: Thermal type: 0 cur_temperature:43 06-09 11:48:56.944 1040-1555/? D/ArpVerifier: performPollAndLog: 06-09 11:48:56.954 1654-1654/? D/StatusBar.MSimNetworkController: The latest refersh is 2013 ms ago! 06-09 11:48:56.954 1654-1654/? D...
来源: Laya_社区 发布时间: 20170609
...的源码 __proto.layout=function(){ if (!this.style)return; this.style._type |=/*laya.display.css.CSSStyle.ADDLAYOUTED*/0x200; var tArray=Layout.layout(this); if (tArray){ if (!this._$P.mHtmlBounds)this._set$P("mHtmlBounds",new Rectangle()); var tRectangle=this._$P.mHtmlBounds; tRectangle...
来源: Laya_社区 发布时间: 20180104
...成操作的机会;就是简单的立即停止 ### 属性 | Property | Type | Description | | ----------- | ---------------------------------------- | ---------------------------------------- | | `onmessage` | [`EventListener`](https://developer.mozilla.org/zh-CN/docs/Web/API/EventListener) | 一...
来源: Laya2.0_文档 发布时间: 20210715
... 2 个回复 Laya_Aaron 赞同来自: static public const TYPE_TEXT:String = "text"; /** password 类型用于密码域输入。*/ static public const TYPE_PASSWORD:String = "password"; /** email 类型用于应该包含 e-mail 地址...
来源: Laya_社区 发布时间: 20180607
...rance fastInvSqrt isZero nearEqual Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Physics_Physics_Bridge { constructor() { this.ecount = 30; Laya.Config.isAntialias = true; Laya.Laya.init(1200, 700, Laya.WebGL); Laya.Stat.show(); Lay...
来源: Laya2.0_示例 发布时间: 20251130
...锚点,值为0-1Component asPassword : Boolean 本API已弃用。使用type="password"替代设置asPassword, asPassword将在下次重大更新时删去。 指定文本字段是否是密码文本字段。 如果此属性的值为 true,则文本字段被视为密码文本字段,并使用星...
来源: laya_api 发布时间: 20170929
...tion onMouse(e:Event):void { //存储over状态的显示对象的name if(e.type==Event.MOUSE_OVER) { arr.push(e.target.name); } //遍历arr处于over状态的显示对象,如果该显示对象已经触发了out事件,则将其从数组移除 else { for(var i:int=0;i<arr.length;i++) { if(arr[i...
来源: Laya_社区 发布时间: 20170502