大约有 1,257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0059 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...设置 HSlider 的属性 max 的值为 20、属性 min 的值为0、属性 value 的值为5后,显示效果如下:  (图3) **max:**HSlider滑块拖动到最右边时的最大值,默认数值为100; **min:**HSlider滑块拖动到最左边时的最小...
来源: Laya2.0_文档 发布时间: 20210715
...)。 Component changeHandler : Handler滚动变化时回调,回传value参数。ScrollBar comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite data...
来源: laya_api 发布时间: 20170929
.../MeshSprite3D.ts:29 创建一个 MeshSprite3D 实例。 Parameters Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns MeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...t property 'text' of undefined" 调试控制台输出:Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\Program\LayaAirIDE_1.7.0\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chr...
来源: Laya_社区 发布时间: 20170416
...dMeshSprite3D.ts:50 创建一个 MeshSprite3D 实例。 Parameters Default value mesh: Mesh = null 网格,同时会加载网格所用默认材质。 Default value name: string = null 名字。 Returns SkinnedMeshSprite3D Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Define...
来源: Laya3.0_api 发布时间: 20231115
...是无法都在移动平台立刻弹出键盘的 public function set focus(value:Boolean):void { var input:* = nativeInput; if (_focus !== value) { if (value) { if (input.target) { input.target._focusOut(); } else { _setInputMethod(); } input.target = this; _focusIn(); console.log("获得焦...
来源: Laya_社区 发布时间: 20191010
...By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial horizonColor : Vector4 获取地平线颜色。 WaterPrimaryMaterial mainTexture : BaseTexture 获取主贴图。 WaterPrimaryMaterial normalTexture : ...
来源: Laya2.0_api 发布时间: 20190513
... public function get alpha():Number public function set alpha(value:Number):voidautoSizeproperty public var autoSize:Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据...
来源: laya_api 发布时间: 20170929
...,function(){ return this._skin; },function(value){ if (this._skin !=value){ this._skin=value; this.callLater(this.changeClips); this._setStateChanged(); } }...
来源: Laya_社区 发布时间: 20191122
...rLifetime():ColorOverLifetime public function set colorOverLifetime(value:ColorOverLifetime):voiddurationproperty public var duration:Number粒子运行的总时长,单位为秒。emissionproperty emission:Emission 获取发射器。 Implementation public function get emission():E...
来源: laya_api 发布时间: 20170929