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

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

1161. https://ask.layabox.com/question/13181官方Demo运行不起来 [ 64%]

...起来 wx.onMessage(function(message){ console.log(message); if (message.type && message.type == "wxxx") { //通过接收主域的消息来设置开发数据域的画布大小跟矩阵信息 sharedCanvas.width = message.width; sharedCanvas.height = message.height; console.log("--------------...

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

1162. laya.resource.AssetDb_API3.0 [ 64%]

...ame_to_URL shaderName_to_URL_async Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

1163. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 64%]

...hape Implements IClone Index Constructors constructor Properties angle emitType enable length radius randomDirection shapeType Accessors angleDEG Methods clone cloneTo generatePositionAndDirection Constructors constructor new ConeShape(): ConeShape Overrides BaseShape.constructor Defined in laya/d3/...

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

1164. laya.device.geolocation.Geolocation_API3.0 [ 64%]

...h getCurrentPosition watchPosition Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Static property Static method Enumeration Interface

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

1165. 进度条组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 64%]

...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.ProgressBar }) public progressBar: Laya.ProgressBar; @property({ type: Laya.Text }) public loadText: Laya.Text; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 ...

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

1166. laya.net.Downloader_API3.0 [ 64%]

...ns void common common(owner: any, url: string, originalUrl: string, contentType: string, onProgress: (progress: number) => void, onComplete: (data: any, error?: string) => void): void Defined in laya/net/Downloader.ts:8 Parameters owner: any url: string originalUrl: string contentType: string ...

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

1167. 导航容器组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 64%]

...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.ViewStack }) public viewstack: Laya.ViewStack; @property({ type: Laya.Tab }) public tab: Laya.Tab; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): vo...

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

1168. laya.utils.Handler_API3.0 [ 64%]

...method once clear recover run runWith setTo create Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static method

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

1169. laya.d3.math.Viewport_API3.0 [ 64%]

...neTo project set unprojectFromMat unprojectFromWVP Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static property

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

1170. 3.0中只能使用TS了,在VSCode中怎么设置断点调试呢? [ 64%]

...   "name": "Launch Chrome",         "request": "launch",         "type": "chrome",         "url": "http://localhost:18091",         "webRoot": "${workspaceFolder}/src",         "sourceMapPathOverrides": {             "webpack:///src/*": "${webRoot}/*"         }     }...

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