大约有 1,257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0046 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
... out:Vector4):void[static] 求两个四维向量的和。 Vector4 Clamp(value:Vector4, min:Vector4, max:Vector4, out:Vector4):void[static] 求一个指定范围的四维向量 Vector4 clone():* 克隆。 Vector4 cloneTo(destObject:*):void 克隆。 Vector4 distance(value1:Vector4, value2...
来源: laya_api 发布时间: 20170929
...请问到底是哪个才对啊? Sprite.as public function set transform(value:Matrix):void { this._tfChanged = false; var m:Matrix = this._transform || (this._transform = _createTransform()); value.copyTo(m); _setTransform(m); //设置transform时重置x,y if (value) { _x = value.tx; _y = value.ty...
来源: Laya_社区 发布时间: 20181125
...rce/models/SkyDome.ts:45 创建一个 SkyDome 实例。 Parameters Default value stacks: number = 48 堆数。 Default value slices: number = 48 层数。 Returns SkyDome Properties _geometryElementOBj _geometryElementOBj: IRenderGeometryElement Inherited from GeometryElement._geometryElementOBj Def...
来源: Laya3.0_api 发布时间: 20231115
...):Boolean { return super.visible; } override public function set visible(value:Boolean):void { super.visible = value; if (value) _mcAni.removeFromParent(); } 1.7之后的转换 __getset(0,__proto,'visible',function(){ return Laya.superGet(SwatAniUI,this,'visible'); },function(value){ Laya.sup...
来源: Laya_社区 发布时间: 20180227
...icsCollider.ts:6 创建一个 PhysicsCollider 实例。 Parameters Default value collisionGroup: number = -1 所属碰撞组。 Default value canCollideWith: number = -1 可产生碰撞的碰撞组。 Returns CannonPhysicsCollider Properties Optional _extra _extra: IComponentExtra Inherited from Com...
来源: Laya3.0_api 发布时间: 20231102
IDE里Slider控件max为0,min为100时,value设置的值显示不正常! IDE里Slider控件max为0,min为100时,value设置的值显示不正常! 附件 : --> 2019-01-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20190101
...ent.ts:86 Returns boolean boundsMax get boundsMax(): Vector3 set boundsMax(value: Vector3): void Inherited from VolumetricGI.boundsMax Defined in laya/d3/component/Volume/Volume.ts:69 primitive包围盒max Returns Vector3 Inherited from VolumetricGI.boundsMax Defined in laya/d3/component/Volume/Volu...
来源: Laya3.0_api 发布时间: 20231115
...amework.cn/blog/post/qykings/sprite%E4%B9%8Bbug public function set scaleX(value:Number):void { var style:Style = getStyle(); if(!style) { trace("----sprite--") return; } if(!style._tf) { trace("----sprite--_tf is null--"); return; } if (style._tf.scaleX !== value) {...
来源: Laya_社区 发布时间: 20170608
...Vector4):void[static] 求两个四维向量的和。 ConchVector4 Clamp(value:ConchVector4, min:ConchVector4, max:ConchVector4, out:ConchVector4):void[static] 求一个指定范围的四维向量 ConchVector4 clone():* 克隆。 ConchVector4 cloneTo(destObject:*):void 克隆。 ConchVector4...
来源: Laya2.0_api 发布时间: 20190513
...ubMeshInfo get batchSubMeshInfo(): HLODBatchSubMesh[] set batchSubMeshInfo(value: HLODBatchSubMesh[]): void Defined in laya/d3/component/HLOD/HLODBatchMesh.ts:50 合批子mesh信息 Returns HLODBatchSubMesh[] Defined in laya/d3/component/HLOD/HLODBatchMesh.ts:46 合批子mesh信息 Parameters value:...
来源: Laya3.0_api 发布时间: 20231115