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

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

361. laya.ui.UIGroup_API3.0 [ 29%]

...ion skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer contains...

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

362. laya.display.Input_API3.0 [ 29%]

...ticCache stroke strokeColor templateVars text textHeight textWidth texture timer transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance...

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

363. laya.ui.TextInput_API3.0 [ 29%]

...n stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent...

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

364. laya.ui.TextArea_API3.0 [ 29%]

...n stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildA...

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

365. laya.ui.Tree_API3.0 [ 29%]

...tedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender...

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

366. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 25%]

...位图字体的入口放到位图字体加载回调的注册之后。 Laya.timer.frameOnce(5, this, () => { //使用注册完的位图字体来创建文本 this.createText(this.texturFontName); //把注册完的位图字体绑定给UI组件,否则显示不出来位图字体 this._text.font = this....

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

367. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 25%]

...1; } }  }   class GunBox{ public start(): void { // 启动定时器 Laya.timer.frameLoop( 1, this, this.loop ); }   public loop():void { // 遍历BOX中所有的子对象 this._doll_role.dispose( );    }   2018-05-15 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关...

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

368. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 16%]

...udioBufferSourceNode.buffer = buffer; audioBufferSourceNode.start(0); Laya.timer.loop(1,this,this.drawHandler); } private function drawHandler():void { Laya.stage.graphics.clear(); var dataArray:Uint8Array = new Uint8Array(analyser.frequencyBinCount); analyser.getByteFrequencyData(dataArray); var st...

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

369. 和原生Dom交互 · LayaAir3.3 · 引擎文档 · LAYABOX [ 16%]

...ufferSourceNode.buffer = buffer; this.audioBufferSourceNode.start(0); Laya.timer.loop(1,this,this.drawHandler); } private drawHandler():void { Laya.stage.graphics.clear(); var dataArray:Uint8Array = new Uint8Array(this.analyser.frequencyBinCount); this.analyser.getByteFrequencyData(dataArray); var s...

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