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

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

251. laya.ui.TextInput_API3.0 [ 54%]

...kewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addC...

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

252. laya.ui.TextArea_API3.0 [ 54%]

...kewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild a...

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

253. laya.ui.Tree_API3.0 [ 54%]

...em selectedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...

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

254. 统计信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 54%]

...mory(M_DeviceBuffer)5.10 Device Buffer Count(C_DeviceBuffer)6. GPU Texture Resource/Memory(GPU 纹理资源/内存)6.1 All Texture Memory(M_AllTexture)6.2 All Texture Count(C_AllTexture)6.3 Texture2D Memory(M_Texture2D)6.4 Texture2D Count(C_Texture2D)6.5 TextureCube Memor...

来源: Laya3.0_文档 发布时间: 20260128

255. 初始化ani动画的时候以动效名称去播放每次显示的第一张都是上一个动画播放完后的图片 [ 53%]

...oContext was not allowed to start. 骨骼动画播放完后的回调时间 Texture图片能否进行翻转? laya怎么跨域加载图片 图片添加点击事件 有的不生效 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其...

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

256. 骨骼动画的两个渲染问题:gray 和 图片错乱 [ 53%]

...式显示? laya针对页游耗用内存大的问题是如何解决的? Texture图片能否进行翻转? matter中layasprite怎么改变图片大小? 骨骼动画播放完后的回调时间 ios14系统下 blendMode='lighter' 图片异常 图片不能按轴心旋转 打包出来后的APP打开...

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

257. laya.display.Animation [ 53%]

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

来源: laya_api 发布时间: 20170929

258. laya.media.SoundNode [ 53%]

...Node  target : Sprite[write-only] 设置控制播放的对象 SoundNode texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170422

259. laya.ani.bone.Skeleton [ 53%]

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

来源: laya_api 发布时间: 20170929

260. 使用IDE制作的动画在pc模拟器播放OK在手机端不显示 [ 53%]

...er.create(this, this.onLoading, null, false)); }, onAssetloaded : function(texture){ this.tl = new Laya.Animation(); //加载动画文件 this.tl.loadAnimation("imgdebris/naruto2.ani"); //添加到舞台 var apesCtn = new Laya.Sprite(); Laya.stage.addChild(apesCtn); var _this = this; this.tl.on(this...

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