大约有 808 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0112 秒)
Laya_社区(399) Laya3.0_api(148) Laya2.0_api(95) laya_api(79) Laya2.0_文档(71) Laya3.0_文档(15) Laya_示例(1)
...else{ //遍历读取到的文件列表 files.forEach(function(filename){ //获取当前文件的绝对路径 var filedir = path.join(filePath,filename); //根据文件路径获取文件信息,返回一个fs.Stats对象 fs.stat(filedir,function(eror,stats){ if(eror){ console.warn('获取文件stats...
来源: Laya_社区 发布时间: 20190613
... ```typescript static addInclude(fileName, txt): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index) ``` - 9.是否开启调试模式设置:在调试代...
来源: Laya2.0_文档 发布时间: 20210715
... null Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:196 获取动画状态。 Parameters name: string Returns AnimatorState | null 动画状态。 getCurrentPlayState getCurrentPlayState(): AnimatorPlayState Defined in laya/d3/component/Animator/AnimatorControllerLayer.ts:188 获...
来源: Laya3.0_api 发布时间: 20231115
...tatic addInclude(fileName: string, txt: string): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name: string): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index: number): SubShader ``` - 9.是否开启调试...
来源: Laya2.0_文档 发布时间: 20210714
...IDE下如何使用mask? 动画混合无效(版本2.6) Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 骨骼动画播放完后的回调时间 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleSingletonList LayaAirIDE1.4版本里...
来源: Laya_社区 发布时间: 20190708
...tatic addInclude(fileName: String, txt: String): void; ``` - 7.根据名字获取Shader3D对象,这是一个静态函数。 ```typescript static find(name: String): Shader3D ``` - 8.在特定索引获取SubShader。 ```typescript getSubShaderAt(index: Number): SubShader ``` - 9.是否开启调试...
来源: Laya2.0_文档 发布时间: 20210714
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static ALPHATESTVALUE ALPHATESTVALUE: number Inherited from Material.ALPHATESTVALUE De...
来源: Laya3.0_api 发布时间: 20231115
...? 请问laya有没有地图编辑器工具? 请问有没有方法能够获取“鼠标是否处于按下状态”? 请问在layaIDE里,怎么调用微信小程序API 请问下加载TFF字体要怎么加载呢? 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打...
来源: Laya_社区 发布时间: 20160408
LayaAir引擎 获取对象的名称 兼容问题 获取类型的名称可以通过 class.name || class。toString().match(/function\s*([^(]*)\(/)[1]; 但是获取对象的名称 对象.constructor.name 存在兼容问题 2017-08-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20170804