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

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

291. laya.d3.core.light.LightSprite [ 62%]

...。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只...

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

292. 为什么添加UI组件并发布之后,layaUI.max.all.js文件里面没有生成所有组件,代码里面也获取不到? [ 62%]

...json文件是用什么软件生成的? lh文件内meshSprite添加阴影属性无效 问题状态 最新活动: 2017-04-10 21:00 浏览: 1373 关注: 2 人 guoze521 • 2017-04-11 10:20 我添加了30个组件,各种类型的都有,代码里var和name也有,但是构造函数里没有所有...

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

293. laya.ui.OpenDataContextView_API3.0 [ 62%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事...

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

294. laya.ui.LayoutBox_API3.0 [ 62%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事...

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

295. laya.media.VideoTexture_API3.0 [ 62%]

...red get buffered(): any Defined in laya/media/VideoTexture.ts:263 buffered 属性返回 TimeRanges(JS)对象。TimeRanges 对象表示用户的音视频缓冲范围。缓冲范围指的是已缓冲音视频的时间范围。如果用户在音视频中跳跃播放,会得到多个缓冲范围。 buf...

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

296. laya.media.SoundNode [ 62%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象...

来源: laya_api 发布时间: 20170422

297. laya.ui.ColorPicker_API3.0 [ 62%]

...colorPicket 的皮肤。 colorPicket.x = 100;//设置 colorPicket 对象的属性 x 的值,用于控制 colorPicket 对象的显示位置。 colorPicket.y = 100;//设置 colorPicket 对象的属性 y 的值,用于控制 colorPicket 对象的显示位置。 colorPicket.changeHandler = new Handler...

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

298. laya.ui.TipManager_API3.0 [ 62%]

...变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事...

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

299. 编辑模式下定义的变量如何在代码模式下获取啊 [ 62%]

...dByName('scene'); // 直接父对象里就包含了一个和你定义的var属性同名的属性(指针)了 let buttonStart = scene.buttonStart; // 当然你也可以通过name去找,指针指向的都是同一个对象 let buttonStart_getByName = scene.getChildByName('buttonStart'); // 输...

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

300. 使用UI组件tree时,添加的数据结构必须是xml吗?添加xml时对于tree的单元格里面的label如何控制例如visible的属性 [ 62%]

...加xml时对于tree的单元格里面的label如何控制例如visible的属性 使用tree实现抽屉效果,无法控制xml数据里面的label标签的各种属性。 2017-07-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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