大约有 1,261 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
Laya_社区(438) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(39) Laya2.0_示例(9) Laya_示例(7)
....ts:24 创建发光滤镜 Parameters color: string 滤镜的颜色 Default value blur: number = 4 边缘模糊的大小 Default value offX: number = 6 X轴方向的偏移 Default value offY: number = 6 Y轴方向的偏移 Returns GlowFilter Methods getBlurInfo1Native getBlurInfo1Native(): Float32Arr...
来源: Laya3.0_api 发布时间: 20231115
... public function get array():Array public function set array(value:Array):voidcacheAsproperty cacheAs:String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 ...
来源: Laya2.0_api 发布时间: 20190513
...经销毁 。 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
...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
...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
... public function get array():Array public function set array(value:Array):voidcacheAsproperty cacheAs:String[override] 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓存。 ...
来源: laya_api 发布时间: 20170929
...轴正向 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
...发现,一个元素从舞台上移除后,设为了false; _setDisplay(value) { if (!value) { if (this._cacheStyle) { this._cacheStyle.releaseContext(); this._cacheStyle.releaseFilterCache(); ...
来源: Laya_社区 发布时间: 20210629
..."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
求绘制遮罩会引起黑屏的解决办法 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