大约有 1,232 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...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
...,function(){ return this._skin; },function(value){ if (this._skin !=value){ this._skin=value; this.callLater(this.changeClips); this._setStateChanged(); } }...
来源: Laya_社区 发布时间: 20191122
... public function get alpha():Number public function set alpha(value:Number):voidautoSizeproperty public var autoSize:Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据...
来源: laya_api 发布时间: 20170929
...te function onChange():void{ trace("list index= "+mDemoUi.m_list.scrollBar.value); mDemoUi.valueLab.text="滚动条位置value= "+mDemoUi.m_list.scrollBar.value; } 如上所示,给list组件创建了21个item,但是value始终是0到405,求解 如何获取list组件滑动条的值 附件 : --> ...
来源: Laya_社区 发布时间: 20171016
...uctors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors constructor new Vector3Keyframe(weightMode?: boolean): Vector3Keyframe Overrides Keyframe.constructor Defined in laya/d3/core/Vector3Keyframe.ts:19 创建一...
来源: Laya3.0_api 发布时间: 20231115
...uctors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors constructor new Vector4Keyframe(weightMode?: boolean): Vector4Keyframe Overrides Keyframe.constructor Defined in laya/d3/core/Vector4Keyframe.ts:20 创建一...
来源: Laya3.0_api 发布时间: 20231115
...uctors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors constructor new Vector2Keyframe(weightMode?: boolean): Vector2Keyframe Overrides Keyframe.constructor Defined in laya/d3/core/Vector2Keyframe.ts:20 创建一...
来源: Laya3.0_api 发布时间: 20231115
...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