大约有 424 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
如何设置panel的滚动位置?用hScrollBar.value和vScrollBar.value设置无效 2018-06-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 。 赞同来自: 前提是需要把滚动条加上,没加上是...
来源: Laya_社区 发布时间: 20180623
list 重新绑定数据后 scrollBar.value 会没有限制的增加或减少,list上下都会出现很多空白的区域. 而scrollBar.slider.value 是正确的 .请问该如何处理 2018-07-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20180704
...rt.height=vp.height / sizeH; } return this._normalizedViewport; },function(value){ if (value.x < 0 || value.y < 0 || (value.x+value.width)> 1 || (value.y+value.height)> 1) throw new Error("Camera: viewport size invalid.","value"); this._viewportExpressedInClipSpace=true; this._normalized...
来源: Laya_社区 发布时间: 20170601
...转对应表再补充一个writeMultiByte public function writeMultiByte(value:String,charSet:String):void { value = value + ""; if(charSet=="UNICODE" || charSet=="unicode") { return writeUnicode...
来源: Laya_社区 发布时间: 20170407
在add panel 后设置 hScrollBar.value 没有用 在add panel 后设置 hScrollBar.value 没有用 是需要在什么事件后面设置吗? 2019-01-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Nevermore ...
来源: Laya_社区 发布时间: 20190108
var m:int = int.MAX_VALUE 只要代码中出现 int.MAX_VALUE ,就会报错 Error or warning message:HelloLayabox.max.js 1 file:///C:/Users/Administrator/ruike/StudyLayaAirFB/src/HelloLayabox.as (7):warning:int.MAX_VALUE This variable is not defined. 2017-06-23 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20170623
...torage 接口适配问题 MiniLocalStorage.setItem=function(key,value){ try{ VVMiniAdapter.window.qg.setStorageSync({ key:key, data:value ///是错误的 }); ...
来源: Laya_社区 发布时间: 20191018
...n get bgColor():String { return _bgColor; } public function set bgColor(value:String):void { _bgColor = value; conchModel && conchModel.bgColor(value); if (Render.isWebGL) { if (value && value !== "black" && value !== "#000000") { _wgColor = Color.create(value)._color; ...
来源: Laya_社区 发布时间: 20180607
...。 */ public class Dictionary { private var _lenght:int = 0; private var _values:Array = []; private var _keys:Array = []; /** * 获取字典的长度。 */ public function get lenght():int { return _lenght; } /** * 获取所有的子元素列表。 */ public function get values():Array { return _v...
来源: Laya_社区 发布时间: 20180619
...Format():TextFormat { return _textFormat; } public function set textFormat(value:TextFormat):void { _textFormat = value; font = _textFormat._font; fontSize = _textFormat._fontSize; color = _textFormat._color; bold = _textFormat._bold; italic = _textFormat._italic; underline = _textFormat._underline;...
来源: Laya_社区 发布时间: 20170516