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

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

501. laya.spine.SpineSkeleton_API3.0 [ 57%]

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

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

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

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

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

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

505. 图集打包后使用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

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

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

508. 不知道是我问的毛病还是怎么样,我的问题一直没人回答。。 [ 56%]

...击穿透的问题 关于适配采用showAll后留白部分的颜色问题 graphics alpha 问题 写了个边缘光的自定义shader,有很多问题,帮忙看一下 关于Dialog遮罩层移除解决问题的说明 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 ...

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

509. laya.media.VideoNode_API3.0 [ 56%]

...rchy Sprite VideoNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode buffered cacheAs components currentSrc cu...

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

510. 同一个Animation,创建多个实例只能显示一个(测试项目已上传) [ 56%]

...///////////wheelas.as public function wheel(){ this.graphics.drawCircle(0,0,40,"#fff"); _wheel= new Animation(); _wheel.loadAnimation("wheeling.ani"); } public function init():void{ this.addChild(_wheel); _wheel.play(); }   附件 : --> 相关链接 : https://ask.layabox.com/q...

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