大约有 1,485 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)
Laya_社区(1181) Laya2.0_api(195) Laya3.0_api(48) Laya_示例(19) Laya2.0_文档(15) Laya3.0_文档(14) Laya2.0_示例(10) laya_api(3)
...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
...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
...定义开放数据域的样式和布局 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
...true,则销毁子节点,否则不销毁子节点。 Mon May 13 2019, 02:40 PM +08:00
来源: Laya2.0_api 发布时间: 20190513
... 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
... 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
...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
... 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
... 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
... 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