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

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

841. laya.media.VideoNode_API3.0 [ 46%]

...e onAwake onDestroy onDisable onEnable once parentRepaint pause pivot play pos reCache reload removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_height set_scaleX set...

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

842. Laya.Browser获取宽高数值会变化,iphone6第一次加载正确,刷新几次就变大了。 [ 46%]

...aya.Browser.width;// + ', r=' + this.row + ',' + this.col;         txt.pos(0, 0);         Laya.stage.addChild(txt);     } } 代码很简单,什么都没有jsh就是获取宽高。只测试了Android、iPhone6两个手机,iPhone6就出了两个问题。 1、竖屏时刷新几次,宽...

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

843. 进度条组件 · LayaAir3.0文档 · LAYABOX [ 46%]

...new Laya.ProgressBar("resources/res/ui/progressBar.png"); this.progressBar.pos(100, 500); this.progressBar.width = 400; this.progressBar.sizeGrid = "5,5,5,5"; this.progressBar.changeHandler = new Laya.Handler(this, this.onChange); this.owner.addChild(this.progressBar); Laya.timer.loop(100, this, thi...

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

844. laya.ui.UIComponent_API3.0 [ 46%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_he...

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

845. 咨询在Laya.Sprite3D中,是否含有类似于 Sprite 中的getbounds函数 [ 46%]

...能够获取“鼠标是否处于按下状态”? Text类中竟然没有pos函数的api~ 关于shader中opengl函数问题 请问 《学习开发HTML5游戏《打地鼠》(LayaAir引擎)TS》的视频教程是否有配到代码下载? 節點的destroy方法參數默認為true時是否會遞...

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

846. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 46%]

... (n) => { return n * this.fontSize + this.verticalSpace; }; this.sprite.pos(x + w-this.fontSize-this.horizontalSpace, 0); for (let i = 0; i < this.text.length; i++) { const element = this.text.charAt(i); var _x = xAction(j); var _y = yAction(printNumber); this.sprite.graphics.fillText(element,...

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

847. 多个(三个及以上)克隆体同时使用crossFabe播放攻击和待机动画,攻击动画完成之后切换为待机动画,会导致播放的动画异常 [ 46%]

...帧  克隆方式: Laya.Sprite3D.instantiate(sprite,parent,isHoldWorldPos,pos); 播放方式: this.animator.speed = speedRate; // animState._resetPlayState(0);//animState._elapsedTime this.animator.crossFade(animName, 0.1, 0, normalizedTime); 附件 : --> 2019-09-05 添加评论 免费帖 --> ...

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

848. 修改left和bottom属性,scale缩放动画就无法从中心开始缩放 [ 46%]

...,别用 top left 那个是根据边计算位置,不是根据锚点, pos 才是根据锚点。 Laya_Aaron • 2018-05-26 10:57 可以录个视频或者gif 吗,我这里看还是在在中心点。 Zane • 2018-05-26 14:27 @Laya_Aaron:看下面的录屏 yung • 2018-10-25 10:00 其实是以...

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

849. laya.ui.ScaleBox_API3.0 [ 46%]

...rDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_bottom set_dataSource set_he...

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

850. ComboBox属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 46%]

...n onLoadComplete() { var cb = createComboBox(skin); cb.autoSize = true; cb.pos((Laya.stage.width - cb.width) / 2, 100); cb.autoSize = false; } function createComboBox(skin) { var comboBox = new ComboBox(skin, "item0,item1,item2,item3,item4,item5"); comboBox.labelSize = 30; comboBox.itemSize = 25; co...

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