大约有 2,465 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0060 秒)
Laya_社区(2158) Laya3.0_api(99) Laya2.0_api(77) laya_api(67) Laya2.0_文档(36) Laya3.0_文档(17) Laya_示例(6) Laya2.0_示例(5)
...ected All Inherited Externals Only exported Menu Globals "laya/display/cmd/AlphaCmd" AlphaCmd Class AlphaCmd 透明命令 Hierarchy AlphaCmd Index Properties alpha ID Methods recover Properties alpha alpha: number Defined in laya/display/cmd/AlphaCmd.ts:13 透明度 Static ID ID: string = "Alpha" De...
来源: Laya3.0_api 发布时间: 20231115
...为256x256像素。 > 平台通用 `FORMAT_R8G8B8` 真彩色,但是没有Alpha值。(192 KB 256x256) `FORMAT_R8G8B8A8` 真彩色,并带有alpha通道。这是具有alpha通道的最高质量材质格式。这个主要用于透明贴图。(256 KB 256x256) `FORMAT_ALPHA8` 高质量alpha通...
来源: Laya2.0_文档 发布时间: 20210715
...为256x256像素。 > 平台通用 `FORMAT_R8G8B8` 真彩色,但是没有Alpha值。(192 KB 256x256) `FORMAT_R8G8B8A8` 真彩色,并带有alpha通道。这是具有alpha通道的最高质量材质格式。这个主要用于透明贴图。(256 KB 256x256) `FORMAT_ALPHA8` 高质量alpha通...
来源: Laya2.0_文档 发布时间: 20210715
...unction setup() { var vGap = 100; button1 = createButton("点我3秒之后 alpha - 0.5"); button1.x = (Laya.stage.width - button1.width) / 2; button1.y = (Laya.stage.height - button1.height - vGap) / 2; Laya.stage.addChild(button1); button1.on(Event.CLICK, this, onDecreaseAlpha1); button2 = createBu...
来源: Laya_示例 发布时间: 20251130
...为256x256像素。 > 平台通用 `FORMAT_R8G8B8` 真彩色,但是没有Alpha值。(192 KB 256x256) `FORMAT_R8G8B8A8` 真彩色,并带有alpha通道。这是具有alpha通道的最高质量材质格式。这个主要用于透明贴图。(256 KB 256x256) `FORMAT_ALPHA8` 高质量alpha通...
来源: Laya2.0_文档 发布时间: 20210715
....Event; let vGap = 100; this.button1 = this.createButton("点我3秒之后 alpha - 0.5"); this.button1.x = (Laya.stage.width - this.button1.width) / 2; this.button1.y = (Laya.stage.height - this.button1.height - vGap) / 2; this.button1.on(Event.CLICK, this, this.onDecreaseAlpha1); this.button2 =this...
来源: Laya2.0_示例 发布时间: 20251130
...,IOS环境下,该值始终为false。即使如此,你依旧可以从alpha中取得正确的值。 RotationInfo alpha : Number Z轴旋转角度,其值范围从0至360。 若absolute为true或者在IOS中,alpha值是从北方到当前设备方向的角度值。 RotationInfo beta : Numb...
来源: laya_api 发布时间: 20170929
... Hierarchy RotationInfo Index Constructors constructor Properties absolute alpha beta compassAccuracy gamma Constructors constructor new RotationInfo(): RotationInfo Defined in laya/device/motion/RotationInfo.ts:34 Returns RotationInfo Properties absolute absolute: boolean Defined in laya/device/mot...
来源: Laya3.0_api 发布时间: 20231115
...ropertyDefined By albedo : Vector4 设置反射率。 StandardMaterial alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial ambientColor : Vector3 设置环境光颜色。 StandardMaterial ambientTexture : B...
来源: laya_api 发布时间: 20170929
...使用,就分享出来,大家有兴趣的看看 正常渲染效果 alpha遮罩 用法: var texture: Laya.Texture = Laya.Loader.getRes("progress.png"); this.spe = new coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setPro...
来源: Laya_社区 发布时间: 20170606