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

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

181. Dialog有没有关闭时触发的时间,或者点击关闭按钮时的事件 [ 92%]

...素不能点击两次 骨骼动画播放完后的回调时间 如何设置Sprite的宽高和点击区域? 求指点3d射线碰撞和UI点击穿透的问题 Animation如何加点击事件 关于遍历产生的sprite的点击事件,急,大神帮看哈 为什么给Sprite容器添加点击事件...

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

182. 设置半透遮罩层后,无法屏蔽穿透点击事件 [ 92%]

... // 绘制遮罩区,含透明度,可见游戏背景 var maskArea: Laya.Sprite = new Laya.Sprite(); maskArea.alpha = 0.5; maskArea.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); maskArea.mouseThrough = false; Laya.stage.addChild(maskArea); 2018-09-11 添加评论 免费...

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

183. laya.display.Animation [ 92%]

...elaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存池,它以一定的内存开销来节省CPU开销,当...

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

184. laya.display.Input [ 92%]

...Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与用户...

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

185. laya.ui.List [ 92%]

...vents Packagelaya.uiClasspublic class ListInheritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inher...

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

186. laya.d3.core.light.DirectionLight [ 92%]

...3.core.lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

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

187. laya.d3.core.MeshSprite3D [ 92%]

...cumentationAll Packages | All Classes | Index | Frames No Frames MeshSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class MeshSprite3DInheritanceMeshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses MeshTerrainSprite3...

来源: laya_api 发布时间: 20170929

188. 鼠标down事件怎么不一定触发up事件呀,快速拖动某个物品是否只能检测down,不能检测到up,很奇怪的机制 [ 92%]

...舞台的时候的操作,但是现在是没有移除舞台,瞬间移动sprite然后瞬间释放就放发生没有检测到up事件 2018-04-19 0 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lengyu 相关问题 sprite旋转以后,但...

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

189. laya.ui.TextInput [ 92%]

...kagelaya.uiClasspublic class TextInputInheritanceTextInput Label Component Sprite Node EventDispatcher ObjectSubclasses TextArea TextInput 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By a...

来源: laya_api 发布时间: 20170929

190. laya.display.Sprite_API3.0 [ 92%]

...Protected All Inherited Externals Only exported Menu Globals "laya/display/Sprite" Sprite Class Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移...

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