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

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

701. laya.ui.Slider [ 64%]

...手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite  tick : Number 滑动的刻度值,滑动数值...

来源: laya_api 发布时间: 20170929

702. laya.ui.AsynDialog [ 64%]

...手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer...

来源: laya_api 发布时间: 20170929

703. laya.ui.Panel [ 63%]

...手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer...

来源: laya_api 发布时间: 20170929

704. 引擎 TiledMap 居然不支持图块翻转 [ 63%]

...tor() {             super(...arguments);             this._tileTextureSet = null;             this._aniName = null;         }         setTileTextureSet (aniName, tileTextureSet) {             this._aniName = aniName;             this._tileTextureSet = tileTextur...

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

705. laya.ui.WXOpenDataViewer_API3.0 [ 63%]

... rotation scaleX scaleY scene scrollRect skewX skewY stage staticCache tag texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addInputChild callLater clearTimer contains custom...

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

706. ani用到的图集资源清理之后再次用load进来,重新创建ani,ani不现实的bug [ 63%]

...ion的时候,会优先从缓存中读取,如图   3.所以当清理掉texture后,虽然重新加载了,但是Animation依然没有用新的texture。   解决办法是调用Laya.Animation.clearCache把动画缓存也清除掉,或者用clearTextureRes代替clearRes,具体看项目需求...

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

707. laya.media.VideoNode_API3.0 [ 63%]

...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

708. laya.ui.UIComponent_API3.0 [ 63%]

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

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

709. 微信小游戏wxmin图片加载有点问题 [ 63%]

...)); console.log(3) var boxMat = new Laya.StandardMaterial(); boxMat.diffuseTexture = Laya.Texture2D.load("https://s2.d2scdn.com/2018/1/2 ... 6quot;); box.meshRender.material = boxMat; // var ape = new Laya.Sprite() // Laya.stage.addChild(ape) // ape.loadImage('https://s2.d2scdn.com/2018/1/2/474ebb47...

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

710. 3D阴影无法渲染出来 [ 63%]

... false); // var material = new Laya.StandardMaterial(); // material.diffuseTexture = Laya.Texture2D.load("res/qiu/6.jpg"); // box.meshRender.material = material; box.meshRender.receiveShadow=true; box.meshRender.castShadow=true; var box2 = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxM...

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