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

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

2601. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 45%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Tween) `Ease`类的API中对缓动函数进行了基础的介绍,点击链接可直接查看API:[https://layaair.ldc.layabox.com/api/?category=Core&class=laya.utils.Ease](https://...

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

2602. VSlider属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 45%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 ## 2、通过LayaAirIDE创建VSlider组件 ### 1.1 创建VSlider ​ 点击选择资源面板里的 VSlider 组件资源,拖放到页面编辑区,即可添加 VSlider 组件...

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

2603. VSlider属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 45%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.VSlider)。 ## 2、通过LayaAirIDE创建VSlider组件 ### 1.1 创建VSlider ​ 点击选择资源面板里的 VSlider 组件资源,拖放到页面编辑区,即可添加 VSlider 组件...

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

2604. laya.d3.shader.Shader3D_API3.0 [ 45%]

...d getDefineByName propertyNameToID Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Static property Static method Enumeration Interface

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

2605. Laya.util.Ease这个类是用来配合Tween的,可是怎么使用?没有任何资料啊。 [ 45%]

... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 预设怎么在代码中使用 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活...

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

2606. 微信关系链:LayaAir引擎针对开发数据域使用图集支持介绍 [ 45%]

...ata; else delete MiniFileMgr.filesListObj[message.url]; }else if (message['type'] == "resizeShared") { __JS__('sharedCanvas').width = message.data.width; __JS__('sharedCanvas').height = message.data.height; var tempMatrix:Object = message.data.matrix; var matrix:Matrix = new Matrix(); matrix.a = tem...

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

2607. Scene.load加载的时候无法正确的识别ResourceVersion [ 45%]

...ginURL:String):String { if (manifest && manifest[originURL]) { if (type == FILENAME_VERSION) return manifest[originURL]; return manifest[originURL] + "/" + originURL; } return originURL; } 在version.json,也就是manifest这个表中存放在这个位置: "scene/001/Scene/Library/unity ...

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

2608. laya.d3.core.light.AreaLightCom_API3.0 [ 45%]

...ked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType maxBounces power shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength shape size spread Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy on...

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

2609. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 45%]

...引用地址const res = [{ url: setStaticPrefix("card/card_item_bg.png"), type: Laya.Loader.IMAGE }] /** 添加文件hash */ export const setStaticPrefix = (url:string) :string => { if (staticHash[`images/${url}`]) { return staticHash[`images/${url}`] } return `images/${url}` }然后资源导出...

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

2610. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 45%]

...e Laya.class(Floor, "Floor", laya.display.Sprite); var _proto = Floor.prototype; /** * type int 1->地板默认宽度 other->随机宽度 */ _proto.init = function(type){ this.maxRight = 0; //如果不开启autoSize 父容器的宽度和高度无法获取 this.autoSize = true; //初始化的...

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