大约有 3 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0031 秒)
...List_Example() { Laya.init(640, 800, "false");//设置游戏画布宽高、渲染模式。 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"], Handle...
来源: Laya3.0_api 发布时间: 20231115
...。 itemRender itemRender: any = null Defined in laya/ui/ComboBox.ts:164 渲染项,用来显示下拉列表展示对象 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞...
来源: Laya3.0_api 发布时间: 20231115
...不经常变化的“复杂内容”缓存为静态图像,能极大提高渲染性能。cacheAs有"none","normal"和"bitmap"三个值可选。 默认为"none",不做任何缓存。 当值为"normal"时,canvas模式下进行画布缓存,webgl模式下进行命令缓存。 当值为"bitmap"...
来源: Laya3.0_api 发布时间: 20231115