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

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

341. laya.ui.ComboBox_API3.0 [ 41%]

...selectedLabel sizeGrid skewX skewY skin stage stateNum staticCache texture timer toolTip top transform url viewport visible visibleNum width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clea...

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

342. laya.ui.Label_API3.0 [ 41%]

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

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

343. laya.ui.Tab_API3.0 [ 41%]

...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

344. laya.ui.List_API3.0 [ 40%]

...m selection skewX skewY spaceX spaceY stage startIndex staticCache texture timer toolTip top transform url vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance addItem addItemAt bubb...

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

345. 内存优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 40%]

...E_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //帧循环 Laya.timer.frameLoop(1, this, this.onFrame); } onFrame(): void { //如果创建对象时间为100帧间隔后 if (this.createTime >= 100) { //每200帧间隔创建30个雪花 for (var i: number = 0; i 640+20||img1.scaleX 在一些...

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

346. rigidBody.applyForce 对刚体应用力,物体没有移动 [ 40%]

...  //rigidBody.linearVelocity = new Laya.Vector3(0,0,-1);         Laya.timer.loop(2000, this, function(){console.log(rigidBody.linearVelocity.z)});     } } //激活启动类 new PhysicsWorldBaseCollider(); 2019-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

347. laya.ui.Tree_API3.0 [ 40%]

...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

348. 内存优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 40%]

...E_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //帧循环 Laya.timer.frameLoop(1,this,onFrame); } private function onFrame():void { //如果创建对象时间为100帧间隔后 if(createTime>=100) { //每200帧间隔创建30个雪花 for(var i:int=0;i640+20||img1.scaleX(图2-1) 在...

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

349. 2D物理-碰撞过滤器 [ 40%]

...var mouseJoint: MouseJoint = this.curTarget.addComponent(MouseJoint); Laya.timer.callLater(mouseJoint, mouseJoint.onMouseDown); Laya.stage.on(Event.MOUSE_UP, this, this.destoryJoint); Laya.stage.on(Event.MOUSE_OUT, this, this.destoryJoint); // 方案二,自己实现,可以实现更大程度的...

来源: Laya2.0_示例 发布时间: 20240930

350. laya.ui.Button_API3.0 [ 39%]

... sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearT...

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