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

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

461. laya.particle.Particle2D_API3.0 [ 58%]

...chy Sprite Particle2D Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs components customRenderE...

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

462. laya.media.SoundNode_API3.0 [ 58%]

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

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

463. laya.html.dom.HTMLDivElement_API3.0 [ 58%]

...ent HTMLIframeElement Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name drawtocanvCtx Accessors active activeInHierarchy alpha blendMode cacheAs components contextHeight contextWidth customRenderEnable destroyed displayHeig...

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

464. laya.map.GridSprite_API3.0 [ 58%]

...chy Sprite GridSprite Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url aniSpriteArray autoSize drawImageNum hitTestPrior isAloneObject isHaveAnimation mouseThrough name relativeX relativeY tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHiera...

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

465. 动画不显示 [ 58%]

...Texture = Laya.loader.getRes(m_MapImgUrl);             m_mapLayer.graphics.drawTexture(tex);             m_mapLayer.width= tex.width;             m_mapLayer.height = tex.height;             this.on_stage_resize();         }         private function on_...

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

466. laya.ui.ScaleBox_API3.0 [ 58%]

...ierarchy Box ScaleBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY co...

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

467. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 58%]

...ite3D.__proto._childs (laya.core.js:6194)     at RenderSprite3D.__proto._graphics (laya.core.js:6125)     at Owner.__proto.render (laya.core.js:15656)     at RenderSprite3D.__proto._childs (laya.core.js:6194)     at Component.__proto.render (laya.core.js:15656)     at RenderSprite3D.__prot...

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

468. laya.ui.Box_API3.0 [ 58%]

...aleBox Tree ViewStack Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX centerY co...

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

469. canvas下资源清理的问题 [ 58%]

...辑了图片 执行代码说加载不出来资源 这个是怎么回事? graphics alpha 问题 问题状态 最新活动: 2018-04-26 17:45 浏览: 1279 关注: 4 人 shiyang • 2018-04-26 17:47 好的,谢谢了,yung大神,我是你的粉丝· yung • 2018-04-26 18:02 哈哈 shiyang • 201...

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

470. webgl模式下对Panel组件旋转时Panel子对象显示错误的BUG! [ 58%]

...prite(); //sprite 无问题 var panel = new displayContainerClass(); panel.graphics.drawRect(0,0,200,200,"#ffffff"); panel.size(200,200); this.addChild(panel); var panelChild:Laya.Sprite = new Laya.Sprite(); panelChild.graphics.drawCircle(0,0,50,"#ffbb88"); panelChild.pos(100,100); panel.addChild(pa...

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