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

大约有 1,247 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0060 秒)

1241. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 31%]

...ow.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行上边这段代码呢?打开谷歌浏...

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

1242. 导入FBX报错 [ 31%]

...h Skin count: 1 [2023-06-20 18:19:19.050] [resource_tool] [info] Mesh Skin type: eRigid [2023-06-20 18:19:19.050] [resource_tool] [info] mesh skinned mode: eTotalOne [2023-06-20 18:19:19.050] [resource_tool] [info] mesh skinned mode: eTotalOne [2023-06-20 18:19:19.050] [resource_tool] [info] Mesh in...

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

1243. 通用发布 · LayaAir3.0文档 · LAYABOX [ 30%]

... Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //Web平台使用远程包...

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

1244. vivo小游戏 · LayaAir3.0文档 · LAYABOX [ 29%]

... Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //小游戏加载分包 La...

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

1245. TS项目中怎么使用promise [ 29%]

...e<T | TResult>; } interface PromiseConstructor {     readonly prototype: Promise<any>;     new <T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>;     all<T1, T2, T3, T4, T5, T6, T7, T8, T...

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

1246. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 28%]

...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,都要使用im...

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

1247. laya.utils.Stat_API3.0 [ 27%]

...ace UniformUpload uploadUniformNum Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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