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

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

1461. laya.ani.bone.Templet_API3.0 [ 22%]

...MatrixArr srcBoneMatrixArr: any[] = [] Defined in laya/ani/bone/Templet.ts:40 存放原始骨骼信息 subTextureDic subTextureDic: Record<string, Texture> Defined in laya/ani/bone/Templet.ts:58 存放纹理数据 tfArr tfArr: any[] = [] Defined in laya/ani/bone/Templet.ts:44 transform数据 u...

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

1462. laya.resource.Texture2D_API3.0 [ 21%]

...xture blackTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:40 纯黑色纹理。 Static errorTexture errorTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:44 错误纹理 Static grayTexture grayTexture: Texture2D = null Defined in laya/resource/Texture2D.ts:36 纯灰...

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

1463. 开放数据域组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 21%]

...定义开放数据域的样式和布局 let style = { container: { width: 400, height: 200, backgroundColor: "#ffffff", justifyContent: "center", alignItems: "center", }, testText: { color: "#ffffff", width: "100%", height: "100%", lineHeight: 200, fontSize: 40, textAlign: "center", }, // 文字的...

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

1464. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 21%]

...true,则销毁子节点,否则不销毁子节点。 Mon May 13 2019, 02:40 PM +08:00

来源: Laya2.0_api 发布时间: 20190513

1465. laya.d3.resource.RenderTexture_API3.0 [ 21%]

... Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:40 获取高度。 Returns number Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:44 获取高度。 Parameters height: number Returns void id get id(): number Inherited from Resource.id Defined in l...

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

1466. laya.d3.resource.RenderTextureCube_API3.0 [ 20%]

... Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:40 获取高度。 Returns number Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:44 获取高度。 Parameters height: number Returns void id get id(): number Inherited from Resource.id Defined in l...

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

1467. laya.resource.RenderTextureCube_API3.0 [ 20%]

...enderTexture.depthStencilFormat Defined in laya/resource/RenderTexture.ts:140 Returns RenderTargetFormat depthStencilTexture get depthStencilTexture(): BaseTexture Inherited from RenderTexture.depthStencilTexture Defined in laya/resource/RenderTexture.ts:129 Returns BaseTexture destroyed get destroy...

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

1468. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 20%]

... Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:40 获取高度。 Returns number Inherited from BaseTexture.height Defined in laya/resource/BaseTexture.ts:44 获取高度。 Parameters height: number Returns void id get id(): number Inherited from Resource.id Defined in l...

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

1469. laya.ui.Image_API3.0 [ 20%]

... public class Image_Example { public function Image_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var bg:Image = new Image("resource/ui/bg.png");//创建一个 Image 类的实...

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

1470. laya.ui.Dialog_API3.0 [ 20%]

... var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } pri...

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