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

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

131. 重要问题:关于苹果审核被拒 [ 43%]

... App Store because it can lead to a poor user experience should these APIs change.  Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.   2018-02-...

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

132. 复选框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...ckBox添加事件使其能够切换标签 if (i == 0) { cb.y += 20; cb.on("change", this, this.updateLabel, [cb]); this.updateLabel(cb); } } } } private createCheckBox(skin: string): Laya.CheckBox { let cb: Laya.CheckBox = new Laya.CheckBox(skin); this.owner.addChild(cb); cb.labelColors = "white"; c...

来源: Laya3.0_文档 发布时间: 20251010

133. 控制器 · LayaAir3.3 · 引擎文档 · LAYABOX [ 39%]

...et.setPage("c1", 1); 控制器改变时有通知事件: c1.on(Laya.Event.CHANGED, ()=> { console.log(c1.selectedIndex); }); Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 18:58:09 img{cursor:pointer}

来源: Laya3.0_文档 发布时间: 20251010

134. laya.display.Input [ 35%]

...被显示在屏幕之前调用,一般用于延迟计算数据。 Node  changeText(text:String):void[override] Input clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对...

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

135. laya.d3.component.volume.Volume_API3.0 [ 35%]

...estroyed enabled hideFlags id importance probePosition type Methods _VolumeChange _addRenderNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate...

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

136. laya.display.Stage [ 35%]

...前标签处于后台,重新切换回来时进行调度。Stage  focuschange舞台焦点变化时调度,使用Laya.stage.isFocused可以获取当前舞台是否获得焦点。Stage  fullscreenchange浏览器全屏更改时调度,比如进入全屏或者退出全屏。Stage mousedown在显...

来源: laya_api 发布时间: 20170929

137. laya.ui.VSlider [ 34%]

...器的垂直方向中心线的距离(以像素为单位)。 Component changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启...

来源: laya_api 发布时间: 20170929

138. laya.ui.HSlider [ 34%]

...器的垂直方向中心线的距离(以像素为单位)。 Component changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启...

来源: laya_api 发布时间: 20170929

139. laya.ui.VSlider [ 34%]

...的垂直方向中心线的距离(以像素为单位)。 UIComponent changeHandler : Handler 数据变化处理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲...

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

140. laya.display.Text [ 34%]

...方式不能从根源上解决不同设备的字体集差异。 Text  isChanged : Boolean[write-only] 一个布尔值,表示文本的属性是否有改变。若为true表示有改变。 TextPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Text() 创...

来源: laya_api 发布时间: 20170929