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

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

61. 物理引擎显示旋转问题 [ 90%]

...变成这样了   LayaUISample.js代码:   (function () {     var Sprite = Laya.Sprite;     var Stage = Laya.Stage;     var Browser = Laya.Browser;     var WebGL = Laya.WebGL;     var Render = Laya.Render;     var Matter = Browser.window.Matter;     var LayaRender = B...

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

62. 设置滤镜(TypeScript-LayaAir基础篇(TS)-位图) [ 90%]

...lter:Laya.ColorFilter = new Laya.ColorFilter(colorMatrix); ``` 最后通过Spriter的filters属性将颜色滤镜效果叠加到位图中。下面我们创建一个Main.ts类,编写代码如下: ```typescript module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import ColorFilte...

来源: Laya2.0_文档 发布时间: 20210715

63. laya.utils.ClassUtils [ 90%]

...类对象。 ClassUtilsPublic Methods  MethodDefined By  addGraphicsToSprite(graphicO:Object, sprite:Sprite):void[static] 将graphic对象添加到Sprite上 ClassUtils  addGraphicToSprite(graphicO:Object, sprite:Sprite, isChild:Boolean = false):void[static] 将graphic绘图指令添加到sprite...

来源: laya_api 发布时间: 20170929

64. [LayaAirIDE 3.0][3.0.7]Sprite的MouseEnable属性无效 [ 90%]

[LayaAirIDE 3.0][3.0.7]Sprite的MouseEnable属性无效 此属性默认关闭,但经测试不论开启和关闭都能响应onMouseClick等鼠标事件.   附件 : --> 2023-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

65. IPhone X 按钮点击位置偏到边边去了 [ 90%]

...ialog:屏蔽点击Dialog之外的区域关闭弹框 关于遍历产生的sprite的点击事件,急,大神帮看哈 ui list 里面的元素不能点击两次 救命!canvas定位后 点击区域偏移,求大大们解答 求指点3d射线碰撞和UI点击穿透的问题 如何设置Sprite的...

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

66. laya.display.Animation_API3.0 [ 90%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

67. laya.utils.ClassUtils [ 90%]

...static] 根据指定的 json 数据创建节点对象。 比如: { "type":"Sprite", "props":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "customProps":{ "x":100, "y":50, "name":"item1", "scale":[2,2] }, "child":[ { "type":"Text", "props":{ "text":"this is a test", "var":"label", "rumtime":"" ...

来源: Laya2.0_api 发布时间: 20190513

68. laya.ui.Tree_API3.0 [ 90%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

69. laya.ui.Clip_API3.0 [ 90%]

...fined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Overrides Sprite._graphics Defined in laya/ui/Clip.ts:151 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/...

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

70. laya.ui.FrameClip [ 90%]

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