• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0068 秒)

921. laya.ui.ColorPicker [ 57%]

... 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

922. 如何重置list的滚动 [ 57%]

... 1 个回复 cuixueying 赞同来自: 点击按钮,控制list.scrollBar.value=0即可! 2017-09-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xfx7788 相关问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时...

来源: Laya_社区 发布时间: 20170925

923. 官方案例里摄像机绕物体旋转脚本的问题 [ 57%]

...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

924. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 57%]

....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

925. HTMLDivElement设置文本描边 [ 57%]

...innerHTML = '<span style="stroke:2;strokeColor:#ffff00">getRecordMsg(value)</span>'; 像上面写的那样,我想通过函数来获得我要显示的文本,怎么写呀? 2017-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

来源: Laya_社区 发布时间: 20171221

926. Dictionary问题 [ 57%]

...要用Layaair自带的,你在遍历获取字典内容时用字典实例.value,别直接写字典实例的名字,你可以看下字典类就了解怎么使用了 2016-10-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 otoman 相...

来源: Laya_社区 发布时间: 20161006

927. laya.d3.math.Quaternion [ 57%]

...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

928. Layabox web 复制一段文字到剪贴板 [ 57%]

...    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

929. laya.filters.webgl.ColorFilterActionGL [ 57%]

...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

930. laya.ui.ColorPicker [ 57%]

... 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