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

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

451. list的selectHandler属性连续点击同一个item不能重复接收事件 [ 82%]

...: laya.ui.js改成这样即可,去掉判断if (this._selectedIndex !=value)     __getset(0,__proto,'selectedIndex',function(){         return this._selectedIndex;         },function(value){         //if (this._selectedIndex !=value){             this._sele...

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

452. laya.particle.ParticleTemplate2D_API3.0 [ 82%]

.../particle/ParticleTemplate2D.ts:21 粒子配置数据 sv sv: ParticleShaderValue = new ParticleShaderValue() Defined in laya/particle/ParticleTemplate2D.ts:46 Readonly texture texture: Texture Defined in laya/particle/ParticleTemplate2D.ts:25 粒子贴图 url url: string Inherited from Resource.url ...

来源: Laya3.0_api 发布时间: 20231115

453. int/Number/uint之前的强转需要注意哪些问题? [ 81%]

...  var num:int = 2340923944589; transfrom(num); public function transfrom(value:uint):void { trace(value); } 兼容H5写法: var num:int = 2340923944589; transfrom(num); public function transfrom(value:uint):void { trace(uint(value)); } (3)、除法运算取整描述: 和Number赋值int同...

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

454. laya.d3.component.LODInfo_API3.0 [ 81%]

...ns LODInfo Accessors mincullRate get mincullRate(): number set mincullRate(value: number): void Defined in laya/d3/component/LODGroup.ts:53 设置最小通过率 Returns number Defined in laya/d3/component/LODGroup.ts:49 设置最小通过率 Parameters value: number Returns void renders get renders...

来源: Laya3.0_api 发布时间: 20231115

455. laya.physics.joint.WeldJoint_API3.0 [ 81%]

.../Component.ts:86 Returns boolean damping get damping(): number set damping(value: number): void Defined in laya/physics/joint/WeldJoint.ts:69 刚体在回归到节点过程中受到的阻尼比,建议取值0~1 Returns number Defined in laya/physics/joint/WeldJoint.ts:73 刚体在回归到节点过...

来源: Laya3.0_api 发布时间: 20231115

456. laya.d3.core.FloatKeyframe_API3.0 [ 81%]

...uctors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors constructor new FloatKeyframe(): FloatKeyframe Overrides Keyframe.constructor Defined in laya/d3/core/FloatKeyframe.ts:17 创建一个 FloatKeyFrame 实例...

来源: Laya3.0_api 发布时间: 20231115

457. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 81%]

...a/d3/core/Sprite3D.ts:31 Accessors active get active(): boolean set active(value: boolean): void Inherited from Node.active Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Inherited from Node.active Defined in laya/display/Node.ts:663 设置是...

来源: Laya3.0_api 发布时间: 20231115

458. laya.physics.BoxCollider [ 81%]

...  public function get height():Number    public function set height(value:Number):voidwidthproperty width:Number矩形宽度 Implementation     public function get width():Number    public function set width(value:Number):voidxproperty x:Number相对节点的x轴偏移 Implementation...

来源: Laya2.0_api 发布时间: 20190513

459. laya.d3.component.PostProcess_API3.0 [ 81%]

...ns DepthTextureMode effects get effects(): PostProcessEffect[] set effects(value: PostProcessEffect[]): void Defined in laya/d3/component/PostProcess.ts:147 IDEmain 设置后期Effect数组 Returns PostProcessEffect[] Defined in laya/d3/component/PostProcess.ts:139 IDEmain 设置后期Effect数组 P...

来源: Laya3.0_api 发布时间: 20231115

460. laya.net.LocalStorage_API3.0 [ 81%]

...ers key: string 键名。 Returns void Static setItem setItem(key: string, value: string): void Defined in laya/net/LocalStorage.ts:32 存储指定键名和键值,字符串类型。 Parameters key: string 键名。 value: string 键值。 Returns void Static setJSON setJSON(key: string, value: any...

来源: Laya3.0_api 发布时间: 20231115