大约有 122 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0049 秒)
...-websocket'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}...
来源: Laya_社区 发布时间: 20180119
TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 2017-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20170216
...; /** @prop {name:animationState, tips:"动画状态-0 不开启)", type:number, default:0}*/ public animationState: number = 0; /** @prop {name:animationState, tips:"动画间隔单位毫秒", type:number, default:300}*/ public animationInterval: number = 0; /** @prop {name:font, tips:"定义字...
来源: Laya_社区 发布时间: 20191103
TextInput 的 type 属性设置为 number 的时候 可以输入e TextInput 的 type 属性设置为 number 的时候 可以输入e!!!!! 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aa...
来源: Laya_社区 发布时间: 20180317
...e 'typeof Texture'. Types of property 'create' are incompatible. Type '(w: number, h: number, surfaceFormat?: number, surfaceType?: number, depthStencilFormat?: number,...' is not assignable to type '(source: any, x: number, y: number, width: number, height: number, offsetX?: number, offsetY?: nu......
来源: Laya_社区 发布时间: 20170814
... Texture'. Types of property 'create' are incompatible. Type '(w: number, h: number, surfaceFormat?: number, surfaceType?: number, depthStencilFormat?: number,...' is not assignable to type '(source: any, x: number, y: number, width: number, height: num ber, offsetX?: number, offsetY?: nu.....
来源: Laya_社区 发布时间: 20170721
把textInput的type设置为number的时候无法设置最多能输入的字数 2017-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: 183*****291 this.phoneNum.restrict = "0-9"; //...
来源: Laya_社区 发布时间: 20170616
...essTimer.setReverseDirection(true) var percent:Number = 0; if( data.totalDuration != 0 && data.totalDuration != -1 ) { percent = 100 - (data.curDuration / data.totalDurati...
来源: Laya_社区 发布时间: 20180404
...触摸点的唯一标识号(作为 int)。*/ touchId: number; /**键盘值*/ keyCode: number; /**滚轮滑动增量*/ delta: number; /** * 设置事件数据。 * @param ...
来源: Laya_社区 发布时间: 20170601
...的才是实现你想要的效果的解决方案 private var _itemHeight:Number; private var _oldY:Number; private function onMuseHandler(type:Event,index:int):void { trace("type:" + type.type + "ddd--" + _list.scrollBar.value + "---inde...
来源: Laya_社区 发布时间: 20171204