大约有 3,292 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
Laya_社区(1557) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(48) Laya2.0_示例(12) Laya_示例(9)
API DocumentationAll Packages | All Classes | Index | Frames No Frames ShurikenParticleRenderProperties | Methods Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleRenderInheritanceShurikenParticleRender BaseRender EventDispatcher Object ShurikenParticleRender 类用于...
来源: laya_api 发布时间: 20170929
...请参考 [VScrollBar API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VScrollBar)。 VScrollBar 组件的图像资源示例:  (图1)  (图2) 。 ComboBox 组件的图像资源示例:  (图1) 设置 ComboBox 的属性 labels 的值为 “label1,lab...
来源: Laya2.0_文档 发布时间: 20210714
...比如使用TBS的内核。相关介绍网站:http://x5.tencent.com/tbs/index.html 2018-02-14 0 0 分享 微博 QZONE 微信 dfklegend 赞同来自: 类库:1.7.15 2018-01-29 0 0 分享 微博 QZONE 微信 dfklegend 赞同来自: 01-29 14:08:22.419 12064-12104/? I/LayaBox: >>>>>>...
来源: Laya_社区 发布时间: 20180129
...在项目中展示动效模板的效果 创建一个`Mian.ts`文件,在index.html中引用。编写以下代码: ```typescript class Main { constructor() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //加载图集资源,加载成功后将UI...
来源: Laya2.0_文档 发布时间: 20210715
API DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513
...3D ```typescript shader(); ``` 2.子着色器索引 ```typescript subShaderIndex(); ``` 3.通道索引 ```typescript passIndex(); ``` 4.宏定义集合 ```typescript defineNames(); ``` 5.判断两个着色器变种是否相等 ```typescript equal(other); ``` 着色器变种记录了一个着色器...
来源: Laya2.0_文档 发布时间: 20210714
...个release文件夹。 资源路径要指向的是这个文件夹下,和index.html同级的路径。我是JS项目,路径为“xxx\release\web” 希望对大家有帮助~~折腾了2个小时的路过…… 2018-10-13 0 3 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 怎么打包的 ?...
来源: Laya_社区 发布时间: 20180808