大约有 585 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0123 秒)
Laya_社区(302) Laya3.0_api(87) Laya2.0_api(73) laya_api(60) Laya2.0_文档(35) Laya3.0_文档(25) Laya_示例(2) Laya2.0_示例(1)
...,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用reCache方法更新缓...
来源: Laya2.0_api 发布时间: 20190513
...om Text.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void...
来源: Laya3.0_api 发布时间: 20231115
...om Text.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void...
来源: Laya3.0_api 发布时间: 20231115
...颜色滤镜。 Default value blendMode: string | null = null (可选)混合模式。 Optional uv: number[] Returns DrawTextureCmd | null drawTextures drawTextures(texture: Texture, pos: any[], colors?: number[]): DrawTexturesCmd | null Inherited from Graphics.drawTextures Defined in laya/displa...
来源: Laya3.0_api 发布时间: 20231115
...om Text.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void...
来源: Laya3.0_api 发布时间: 20231115
...颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字。如果值为 true,则文本为粗体字。 Text borderColor : Strin...
来源: Laya2.0_api 发布时间: 20190513
...om Text.blendMode Defined in laya/display/Sprite.ts:1056 指定要使用的混合模式。目前只支持"lighter"。 Returns string Inherited from Text.blendMode Defined in laya/display/Sprite.ts:1060 指定要使用的混合模式。目前只支持"lighter"。 Parameters value: string Returns void...
来源: Laya3.0_api 发布时间: 20231115
...颜色滤镜。 Default value blendMode: string | null = null (可选)混合模式。 Optional uv: number[] Returns DrawTextureCmd | null drawTextures drawTextures(texture: Texture, pos: any[], colors?: number[]): DrawTexturesCmd | null Inherited from Graphics.drawTextures Defined in laya/displa...
来源: Laya3.0_api 发布时间: 20231115
...wCall优化 在2D的UI布局时,如果开发者将文本与其它UI节点混合排列,那么必然会打断图集的合并渲染,增加DrawCall数量,产生不必要的性能开销。所以,有两个方案来优化。 一是,LayaAir IDE编辑布局时,将所有文本组件在节点中...
来源: Laya2.0_文档 发布时间: 20210715
... On Wake:是否默认播放这个层的动画。 3.Blending Mode:动画混合方式: Override:覆盖,表示当前层的动画会覆盖掉其它层的动画,比如射击播放时右手就不能播放其它的动画了; Additive:添加,表示当前层的动画的量添加到其它层...
来源: Laya3.0_文档 发布时间: 20241014