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

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

1011. laya.filters.BlurFilter_API3.0 [ 67%]

...s/BlurFilter.ts:34 Returns Float32Array Static _filter _filter(this: RenderSprite, sprite: Sprite, context: Context, x: number, y: number): void Inherited from BlurFilter._filter Defined in laya/filters/Filter.ts:38 Parameters this: RenderSprite sprite: Sprite context: Context x: number y: number Re...

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

1012. laya.ui.FrameClip [ 67%]

...lic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示...

来源: laya_api 发布时间: 20170422

1013. [LayaAir2] 在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 67%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale layabox真的只能做棋牌吗?和flash比谁更强?本视频给你答疑解惑! LayaAirIDE下如何使用mask? 使用3D时候,Property '...

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

1014. 【LIST无法拖动】参照官方实例做的 [ 67%]

...w Laya.GlowFilter("#08f6e3", 7, 0, 0);         (this as Laya.Sprite).filters = [glowFilter];     } 2021-01-23 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 麻烦提交可以运行的demo case,你提交的例子现在是报错,你可以提交简单的demo case工程,...

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

1015. drawToCanvas截图在Laya引擎正常运行,在微信调试工具报错 [ 67%]

...题了 152*****409 • 2018-11-21 14:46 能不能不通过截图获取到sprite对象最终的渲染结果

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

1016. localToGlobal 局部转化为全局 js版本怎么写 [ 67%]

...: 要会看API 然后勤于思考实践   pt:Point = new Point(); pt.x = sprite.x; pt.y = sprite.y;     var point:Point = sprite.localToGlobal(pt); 大概就这个样子 localToGlobal(point:Point, createNewPoint:Boolean = false):Point 把本地坐标转换为相对stage的全局坐标。 2018-0...

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

1017. 2.0Beta版本 TiledMap没办法使用 [ 67%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在屏 Canvas” 的放缩...

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

1018. laya.ui.TextArea_API3.0 [ 67%]

...raphics _graphics: AutoBitmap Inherited from TextInput._graphics Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in ...

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

1019. Panel的子控件获取不能自己控制StartDrag事件,帮忙看看! [ 67%]

...用组件的scrollRect属性去设置可现实区域即可。 var rect = sprite.scrollRect || new Rectangle(); rect.setTo(0, 0, 1000, 600); sprite.scrollRect = rect; 2019-03-01 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回...

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

1020. 用JS原生态window.location.href跳转 [ 67%]

...信和QQ以及浏览器上运行是正常的package { import laya.display.Sprite; import laya.events.Event; import laya.utils.Browser; public class LayaAirTest { public function LayaAirTest() { Laya.init(550,400); var sp:Sprite=new Sprite(); sp.graphics.drawRect(0,0,100,100,"#FFFF00"); Laya.stage.ad...

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