大约有 676 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0075 秒)
Laya_社区(418) Laya3.0_api(93) Laya2.0_api(62) laya_api(55) Laya2.0_文档(24) Laya3.0_文档(23) Laya2.0_示例(1)
...er; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui...
来源: Laya3.0_api 发布时间: 20231115
... from Material.blendDstAlpha Defined in laya/d3/core/material/Material.ts:264 混合目标 alpha Returns number Inherited from Material.blendDstAlpha Defined in laya/d3/core/material/Material.ts:267 混合目标 alpha Parameters value: number Returns void blendDstRGB get blendDstRGB(): number set bl...
来源: Laya3.0_api 发布时间: 20231115
...别是COLLISIONFILTERGROUP_CUSTOMFILTER1......10。全都是2的幂,从64到32768。 为了方便记忆,我们可以不记实际值,记住CUSTOMFILTER后1到10的ID号区别即可。 使用示例为: //指定xxx碰撞器所属哪个碰撞组(COLLISIONFILTERGROUP_CUSTOMFILTER2对应的值...
来源: Laya3.0_文档 发布时间: 20251010
...别是`COLLISIONFILTERGROUP_CUSTOMFILTER1......10`。全都是2的幂,从64到32768。 为了方便记忆,我们可以不记实际值,记住CUSTOMFILTER后1到10的ID号区别即可。 使用示例为: ```typescript //指定xxx碰撞器所属哪个碰撞组(COLLISIONFILTERGROUP_CUSTOMFILTE...
来源: Laya2.0_文档 发布时间: 20210715
...24 16777216 1 2 9 512 17 131072 25 33554432 2 4 10 1024 18 262144 26 67108864 3 8 11 2048 19 524288 27 134217728 4 16 12 4096 20 1048576 28 268435456 5 32 13 8192 21 2097152 29 536870912 6 64 14 16384 22 4194304 30 1073741824 7 128 15 32768 23 8388608 31 2147483648 为了更方便开发者使用,L...
来源: Laya3.0_文档 发布时间: 20251010
...e-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=cortex-a15 --instruction-set-features=default --dex-file=/system/app/WebViewGoogle/WebViewGoogle.apk --oat-file=/data/dalvik-cache/arm/system@app@WebViewGoogle@WebViewGoogl...
来源: Laya_社区 发布时间: 20170411