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

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

361. laya.display.cmd.SaveCmd_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/SaveCmd" SaveCmd Class SaveCmd 存储命令,和restore配套使用 Hierarchy SaveCmd Index Properties ID Methods reco...

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

362. laya.d3.loaders.AnimationClipLoader_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/loaders/AnimationClipLoader" AnimationClipLoader Class AnimationClipLoader Hierarchy AnimationClipLoader Implements IResourceLoa...

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

363. laya.ui.UIEvent_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/UIEvent" UIEvent Class UIEvent UIEvent 类用来定义UI组件类的事件类型。 Hierarchy UIEvent Index Properties HIDE_TIP ...

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

364. laya.d3.shader.postprocess.aces.ACESShaderLib_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/postprocess/ACES/ACESShaderLib" ACESShaderLib Class ACESShaderLib Hierarchy ACESShaderLib Index Methods init Methods Stat...

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

365. 关于Graphics绘制多次后使用它仍然是多个drawcall [ 83%]

...); g3.drawRect(500, 500, 100, 100, "#FFFFFF"); var arr = [g1, g2, g3]; var index = 0; var sp: Sprite = new Sprite; stage.addChild(sp); setInterval(function () { sp.graphics = arr[index++] if (index >= arr.length) { index = 0; } }, 1000); 这种方式按照我的理解应该每次切换一个Graph...

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

366. laya.d3.component.animator.AnimatorResource_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Animator/AnimatorResource" AnimatorResource Class AnimatorResource Hierarchy AnimatorResource Index Methods getAnimato...

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

367. laya.d3.component.hlod.HLODConfig_API3.0 [ 83%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/HLOD/HLODUtil" HLODConfig Class HLODConfig HLOD的设置 Hierarchy HLODConfig Index Properties releaseCallTime release...

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

368. laya.d3.core.reflectionprobe.ReflectionProbeList_API3.0 [ 83%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/reflectionProbe/ReflectionProbeList" ReflectionProbeList Class ReflectionProbeList ReflectionProbeList 类用于实现反射探...

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

369. 骨骼动画问题 [ 83%]

...请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: index代表当前帧,你可以控制骨骼动画的index属性即可! 2017-07-19 0 0 分享 微博 QZONE 微信 a573859380 赞同来自: 设置了没用啊! currentKeyframeIndex没变啊   2017-07-19 0 1 分享 微博 QZO...

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

370. 怎么在laya2里使用第三方库 [ 83%]

...内容相关的链接 提交 2 个回复   赞同来自: 在bin目录下 index.js里直接引用 2018-09-21 0 2 分享 微博 QZONE 微信 一花一世界 赞同来自: 唉,我把express的文件夹拷到了libs下面,然后gulpfile.js里写 var express = require("D:/Desktop/ttt/bin/libs/expre...

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