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

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

591. laya.physics.joint.GearJoint_API3.0 [ 77%]

...经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组...

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

592. laya.d3.math.MathUtils3D [ 77%]

...MathUtils3D() 创建一个 MathUtils 实例。 MathUtils3D  fastInvSqrt(value:Number):Number[static] MathUtils3D  isZero(v:Number):Boolean[static] 是否在容差的范围内近似于0 MathUtils3D  nearEqual(n1:Number, n2:Number):Boolean[static] 两个值是否在容差的范围内近似相等...

来源: laya_api 发布时间: 20170929

593. laya.d3.math.MathUtils3D [ 77%]

...MathUtils3D() 创建一个 MathUtils 实例。 MathUtils3D  fastInvSqrt(value:Number):Number[static] MathUtils3D  isZero(v:Number):Boolean[static] 是否在容差的范围内近似于0 MathUtils3D  nearEqual(n1:Number, n2:Number):Boolean[static] 两个值是否在容差的范围内近似相等...

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

594. laya.ui.List [ 77%]

...    public function get array():Array    public function set array(value:Array):voidcacheAsproperty cacheAs:String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 ...

来源: laya_api 发布时间: 20170929

595. laya.d3.physics.shape.StaticPlaneColliderShape_API3.0 [ 77%]

...轴正向 Accessors localOffset get localOffset(): Vector3 set localOffset(value: Vector3): void Inherited from CompoundColliderShape.localOffset Defined in laya/d3/physics/shape/ColliderShape.ts:127 Shape的本地偏移。 Returns Vector3 Inherited from CompoundColliderShape.localOffset Defined in ...

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

596. 发光滤镜二次渲染bug [ 77%]

...发现,一个元素从舞台上移除后,设为了false; _setDisplay(value) {             if (!value) {                 if (this._cacheStyle) {                     this._cacheStyle.releaseContext();                     this._cacheStyle.releaseFilterCache();   ...

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

597. 背景音乐文件太大 播放延迟 [ 77%]

..."scene/Home.scene")             }), new Laya.Handler(this, (value: number) => {                 this._page = this.page                 this.mask_value = value                 EventMgr.eventManager.event(EventMgr.EVENT_LIST)  ...

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

598. 求绘制遮罩会引起黑屏的解决办法 [ 77%]

求绘制遮罩会引起黑屏的解决办法 this.progressvalue = new Laya.Image("Game/bar_yuan.png"); this.progressvalue.anchorX = 0.5; this.progressvalue.anchorY = 0.5; this.progressvalue.pos(15, 15); //记录宽度 this.width_x = this.progress.width + 3;   this.vmask = new Laya.Sprite(); this....

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

599. laya.d3.core.particleshuriken.module.Burst_API3.0 [ 77%]

...huriKen/module/Burst.ts:36 创建一个 Burst 实例。 Parameters Default value time: number = 0 爆裂的最大数量。 Default value minCount: number = 0 爆裂的最小数量。 Default value maxCount: number = 0 Returns Burst Accessors maxCount get maxCount(): number Defined in laya/d3/core/pa...

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

600. laya.physics.CircleCollider [ 77%]

...  public function get radius():Number    public function set radius(value:Number):voidxproperty x:Number相对节点的x轴偏移 Implementation     public function get x():Number    public function set x(value:Number):voidyproperty y:Number相对节点的y轴偏移 Implementation  ...

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