大约有 1,247 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0060 秒)
Laya_社区(911) Laya3.0_api(161) Laya2.0_api(77) laya_api(70) Laya2.0_文档(15) Laya3.0_文档(11) Laya2.0_示例(1) Laya_示例(1)
...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
...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
... Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //Web平台使用远程包...
来源: Laya3.0_文档 发布时间: 20241014
... Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //小游戏加载分包 La...
来源: Laya3.0_文档 发布时间: 20241014
...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
...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,都要使用im...
来源: Laya_社区 发布时间: 20170418
...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