• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 357 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0083 秒)

341. 2D相机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 33%]

...后,我们可以在场景面板中看到它: 相机上有四个不同颜色的方框,我们在这里简单介绍一下这四个方框: 红色方框:相机边界,代表相机视窗可移动的范围,超出边界的移动会被阻止。(开发者将相机添加到场景后可能无法...

来源: Laya3.0_文档 发布时间: 20251010

342. laya.ui.Box_API3.0 [ 33%]

...string set bgColor(value: string): void Defined in laya/ui/Box.ts:25 背景颜色 Returns string Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMode Defined in laya/display/...

来源: Laya3.0_api 发布时间: 20231115

343. laya.ui.LayoutBox_API3.0 [ 33%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

来源: Laya3.0_api 发布时间: 20231115

344. laya.ui.ViewStack_API3.0 [ 33%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

来源: Laya3.0_api 发布时间: 20231115

345. laya.ui.VBox_API3.0 [ 32%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

来源: Laya3.0_api 发布时间: 20231115

346. laya.ui.HBox_API3.0 [ 32%]

...tring): void Inherited from Box.bgColor Defined in laya/ui/Box.ts:25 背景颜色 Returns string Inherited from Box.bgColor Defined in laya/ui/Box.ts:29 背景颜色 Parameters value: string Returns void blendMode get blendMode(): string set blendMode(value: string): void Inherited from Text.blendMo...

来源: Laya3.0_api 发布时间: 20231115

347. laya.d3.shader.Shader3D_API3.0 [ 30%]

...mber = 8 Defined in laya/d3/shader/Shader3D.ts:33 渲染状态_混合常量颜色。 Static RENDER_STATE_BLEND_DST RENDER_STATE_BLEND_DST: number = 3 Defined in laya/d3/shader/Shader3D.ts:23 渲染状态_混合目标。 Static RENDER_STATE_BLEND_DST_ALPHA RENDER_STATE_BLEND_DST_ALPHA: number = 7 Def...

来源: Laya3.0_api 发布时间: 20231102

348. 组件脚本的内置方法 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

...llisionEnter(other:Laya.Collision): void { //碰撞开始后,物体改变颜色 (this.owner.getComponent(Laya.MeshRenderer).material as Laya.BlinnPhongMaterial).albedoColor = new Laya.Color(0.0, 1.0, 0.0, 1.0);//绿色 } /** * 发生持续物理碰撞时的3D物理碰撞器事件(不适用2D)...

来源: Laya3.0_文档 发布时间: 20251010

349. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 29%]

...UV(忽略模型的UV贴图) | | `Ignore Vertices Color` | 忽略顶点颜色(忽略模型的顶点颜色信息) | | `Ignore Vertices Normal` | 忽略顶点法线(忽略模型的法线信息) | | `Ignore Vertices Tangent` | 忽略顶点切线信息(忽略模型的切线信息) | | `Co...

来源: Laya2.0_文档 发布时间: 20210714

350. laya.ui.List_API3.0 [ 28%]

...、渲染模式。 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"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():voi...

来源: Laya3.0_api 发布时间: 20231115