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

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

2341. laya.ui.AutoBitmap_API3.0 [ 34%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/AutoBitmap" AutoBitmap Class AutoBitmap AutoBitmap 类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高...

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

2342. laya.d3.core.ui3d.UI3D_API3.0 [ 34%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/UI3D/UI3D" UI3D Class UI3D BaseCamera 类用于创建摄像机的父类。 Hierarchy BaseRender UI3D Implements IBoundsCell Index Constr...

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

2343. 单选框组容器组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

...class NewScript extends Laya.Script { @property({ type: Laya.RadioGroup }) public radiogroup: Laya.RadioGroup; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.radiogroup.pos(100, 100); this.radiogroup.labels = "label0,label...

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

2344. 列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

... property } = Laya; @regClass() export class UI_List extends Laya.Script { public _list: Laya.List; constructor() { super(); } onAwake(): void { var list: Laya.List = new Laya.List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.width - Item.WID) / 2; list.y = (La...

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

2345. 使用3D UI · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

...arget: Laya.Sprite3D; @property({type:Laya.UI3D}) private ui3d: Laya.UI3D; public animator: Laya.Animator; onEnable() { // 广告牌模式 this.ui3d.billboard = true; //获得状态机 this.animator = this.target.getComponent<Laya.Animator>(Laya.Animator); } } 最后来看看运行效果: ...

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

2346. laya.d3.resource.RenderTexture_API3.0 [ 34%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/RenderTexture" RenderTexture Class RenderTexture Hierarchy BaseTexture RenderTexture RenderTextureCube WebXRRenderTexture MulSampleR...

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

2347. laya.resource.RenderTexture_API3.0 [ 34%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/RenderTexture" RenderTexture Class RenderTexture Hierarchy BaseTexture RenderTexture WebXRRenderTexture RenderTextureCube Implements IR...

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

2348. laya.resource.RenderTexture2D_API3.0 [ 34%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/resource/RenderTexture2D" RenderTexture2D Class RenderTexture2D RenderTexture 类用于创建渲染目标。 Hierarchy BaseTexture RenderTexture...

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

2349. laya.d3.resource.RenderTextureCube_API3.0 [ 33%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Inde...

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

2350. 加载.lh文件 运行后黑屏 无法显示 [ 33%]

...al/JJF.lh", Laya.Handler.create(this, this.onComplete));     }     public onComplete():void {     //创建场景     var scene = Laya.stage.addChild(new Laya.Scene3D());     //创建相机     var camera = new Laya.Camera(0, 0.1, 100);     scene.addChild(camera);     ...

来源: Laya_社区 发布时间: 20190531