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

大约有 584 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0073 秒)

491. 怎么样用代码修改遮罩的大小 [ 57%]

...注: 2 人 Daniel • 2018-06-30 22:21 我知道教程里是用this.cMask.graphics.drawCircle(80,80,50,"#ff0000");画出一个圆形遮罩,如果我要动态改变遮罩的大小,是要重新画一个圆吗,还是有办法获得圆的半径直接修改 晓风残月 • 2018-08-27 16:...

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

492. laya.display.FrameAnimation_API3.0 [ 57%]

...ation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anch...

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

493. 微信IphoneX 绘制圆形遮罩,当destroy时会卡死 [ 57%]

...  let sprite = new Laya.Sprite()  let render = new Laya.Sprite(); render.graphics.drawCircle(0, 0, 40, "#ff0000"); this.render = render;  sprite.mask = render;   当调用 sprite.destroy();时,游戏就卡死了   现在只发现这一个机型会卡死   2019-07-02 添加评论 免费帖 --> ...

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

494. laya.spine.SpineSkeleton_API3.0 [ 56%]

... Sprite SpineSkeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag PAUSED PLAYING STOPPED drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY animationName blendMode cach...

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

495. laya.display.EffectAnimation_API3.0 [ 56%]

...ation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anch...

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

496. HTMLCanvas Laya.stage.addChild(HTMLCanvas); 挂载到舞台报错 [ 56%]

...).pos(0, 200);//创建精灵并把它放倒200位置          * sp.graphics.drawTexture(texture);//把截图绘制到精灵上          * Laya.stage.addChild(sp);//把精灵显示到舞台          *          * <p>也可以获取原始图片数据,分享到网...

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

497. laya.ui.AdvImage_API3.0 [ 56%]

...rarchy Image AdvImage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRenderEnable dataSourc...

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

498. 图集打包后使用Texture不显示啊 [ 56%]

...xture = Laya.loader.getRes("start/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture,300,300); Laya.stage.addChild(sp); var ani: Laya.Animation = new Laya.Animation(); ani.loadAtlas("res/start.json"); // 加载图集动画 ani.interval = 30; // 设置播放间隔(单位:毫秒...

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

499. laya.ani.bone.Skeleton_API3.0 [ 56%]

...archy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY aniMode animationName blendMode cacheAs components ...

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

500. 用JS原生态window.location.href跳转 [ 56%]

...unction LayaAirTest() { Laya.init(550,400); var sp:Sprite=new Sprite(); sp.graphics.drawRect(0,0,100,100,"#FFFF00"); Laya.stage.addChild(sp); sp.size(1000,100); sp.on(Event.CLICK,this,onClick); } private function onClick():void { Browser.window.location.href="https://www.baidu.com"; } 2016-12-15 0 0...

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