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

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

251. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 47%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

252. laya.ui.VBox_API3.0 [ 47%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

253. laya.ui.HBox_API3.0 [ 47%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

254. 字体切片组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 47%]

... } 2、代码创建FontClip 有时,不想让FontClip组件一开始就在舞台上,而是在要用的时候才添加,这就要通过代码来创建了。在Scene2D的属性设置面板中,增加一个自定义组件脚本,代码运行示例: (图2-1) 示例代码如下: const { reg...

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

255. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 46%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

256. laya.d3.core.trail.TrailRenderer_API3.0 [ 46%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

257. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 45%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

258. List属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 43%]

...Handler(this, updateItem); //为列表赋值 list.array = data; //加载到舞台 Laya.stage.addChild(list); } /***渲染单元格时的回调方法***/ private function updateItem(cell:Item, index:int):void { //用获得的数据给图片更换皮肤 cell.img.skin=cell.dataSource; } /***选择单...

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

259. laya.d3.core.ui3d.UI3D_API3.0 [ 42%]

...a/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Returns void onEnable onEnable(): void Inherited from Component.onEnable Defined in laya/components/Component.ts:281 组件被启用后执行,比如节点被添加到舞台后 Returns void Optional onLateUpd...

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

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

...oadImage(url,0,0,100,100); } ``` 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到了舞台上,可以用手机扫下,发现手机已经跳转到了官网。**注意:这个时候生成的二维码在微信或者浏览器中长按没有任何反应,因为q...

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