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

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

181. laya.display.Sprite_API3.0 [ 72%]

...votY rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy...

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

182. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 72%]

... /** * 通过图片数据计算得到AStar网格 */ createGridFromAStarMap(texture) { var textureWidth = texture.width; var textureHeight = texture.height; //读取图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素为黑色不可通行,白色部分可...

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

183. laya.display.EffectAnimation_API3.0 [ 72%]

...tation scaleX scaleY scene scrollRect skewX skewY stage staticCache target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains custo...

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

184. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 72%]

...过图片数据计算得到AStar网格 */ private createGridFromAStarMap(texture):void { var textureWidth = texture.width; var textureHeight = texture.height; //读取图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素为黑色不可通行,白色部分...

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

185. laya.d3.core.scene.BaseScene [ 72%]

...自动更新缓存,只能通过调用reCache方法手动刷新。Sprite texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170422

186. laya.spine.SpineSkeleton_API3.0 [ 71%]

...leY scene scrollRect skewX skewY skinName source stage staticCache templet texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addAnimation addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customR...

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

187. laya.d3.core.scene.Scene3D_API3.0 [ 71%]

...er scrollRect shadowMapFrequency skewX skewY skyRenderer stage staticCache texture timer transform url viewport visible width x y zOrder _updateMark Methods _initialize _processActive _setCullCamera addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer co...

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

188. laya.display.Animation_API3.0 [ 71%]

...tation scaleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains custo...

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

189. laya.media.VideoNode_API3.0 [ 71%]

...leY scene scrollRect seekable seeking skewX skewY source stage staticCache texture timer transform url videoHeight videoTexture videoWidth viewport visible volume width x y zOrder Methods _initialize _processActive _setX _setY addChild addChildAt addChildren addComponent addComponentInstance bubbleE...

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

190. FontClip问题 [ 70%]

...,如果是制作竖型滚动,就设置sheet ="9 8 7 6 5 4 3 2 1 0",要不texture.sourceWidth就会出现只有几像素的大小。而图集也需要设置为竖型的图集。 现在问题来了。根据代码 for (var i=0,sz=this._valueArr.length;i < sz;i++){   var index=this._indexMap[this...

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