大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)
Laya_社区(438) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(39) Laya2.0_示例(9) Laya_示例(7)
... public function get bgColor():String public function set bgColor(value:String):voidborderColorproperty borderColor:String 表示颜色样本列表面板的边框颜色值。 Implementation public function get borderColor():String public function set borderColor(value:String)...
来源: laya_api 发布时间: 20170929
... 1 个回复 cuixueying 赞同来自: 点击按钮,控制list.scrollBar.value=0即可! 2017-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xfx7788 相关问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时...
来源: Laya_社区 发布时间: 20170925
...n to max. /// </summary> class MyRange { /// <summary> /// Min value of range. /// </summary> public min: number; /// <summary> /// Max value of range. /// </summary> public max: number; /// <summary> /// Constructor. /// </summary> /// <param name="min"&...
来源: Laya_社区 发布时间: 20190224
....Shader3D.propertyNameToID("s_Cull"); /** * 设置剔除方式。 * @param value 剔除方式。 */ set cull(value:int) { this._shaderValues.setInt(BlinnPhongMaterial.CULL, value); } /** * 获取剔除方式。 * @return 剔除方式。 */ get cull() { return this._shaderValues.getInt(BlinnPhongMate...
来源: Laya2.0_文档 发布时间: 20210715
...innerHTML = '<span style="stroke:2;strokeColor:#ffff00">getRecordMsg(value)</span>'; 像上面写的那样,我想通过函数来获得我要显示的文本,怎么写呀? 2017-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20171221
...要用Layaair自带的,你在遍历获取字典内容时用字典实例.value,别直接写字典实例的名字,你可以看下字典类就了解怎么使用了 2016-10-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 otoman 相...
来源: Laya_社区 发布时间: 20161006
...ion invert(out:Quaternion):void 求四元数的逆 Quaternion invert(value:Quaternion, out:Quaternion):void[static] 计算四元数的逆四元数。 Quaternion length():Number 计算四元数的长度 Quaternion lengthSquared():Number 计算长度的平方。 Quaternion lerp(left:Qua...
来源: Laya2.0_api 发布时间: 20190513
... let input = document.createElement("input"); input.value = str; document.body.appendChild(input); input.select(); input.setSelectionRange(0, input.value.length), document.execCommand('Copy'); ...
来源: Laya_社区 发布时间: 20181214
...t:RenderContext, x:Number, y:Number):*[override] ColorFilterActionGL setValue(shader:*):void[override] ColorFilterActionGL setValueMix(shader:Value2D):voidFilterActionGLProperty Detaildatapropertypublic var data:ColorFilterConstructor DetailColorFilterActionGL()Constructorpublic function ColorFi...
来源: laya_api 发布时间: 20170929
... public function get bgColor():String public function set bgColor(value:String):voidborderColorproperty borderColor:String 表示颜色样本列表面板的边框颜色值。 Implementation public function get borderColor():String public function set borderColor(value:String)...
来源: Laya2.0_api 发布时间: 20190513