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

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

1491. 如何过滤拥有相同name的节点对象? [ 61%]

... package { import laya.display.Sprite; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(550,400); var box:Sprite=new Sprite(); var sp1:Sprite=new Sprite(); sp1.name="aaa"; var sp2:Sprite=new Sprite(); sp2.name="aaa"; var sp3:Sprite=new Sprite(); sp3.name="aaa"; var sp4:Sprite=new...

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

1492. laya.d3.shader.ShaderVariant_API3.0 [ 61%]

...lone equal setValue ShaderVariantCollection Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1493. laya.d3.core.particleshuriken.module.GradientDataNumber_API3.0 [ 61%]

...tAverageValue getKeyByIndex getValueByIndex Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

1494. laya.d3.core.render.command.BlitFrameBufferCMD_API3.0 [ 61%]

...tor shaderData recover run setshader create Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static method

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

1495. import laya.display.Text出错 [ 61%]

...     public class LayaSample {                  public function LayaSample() {             //初始化引擎             Laya.init(1136, 640);                                   }            } } 报错如下:   ...

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

1496. laya.display.cmd.DrawTrianglesCmd_API3.0 [ 61%]

... uvs vertices x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

1497. 使用Handler 返回name 始终是 undefined [ 61%]

使用Handler 返回name 始终是 undefined public function RegDlg() { this.btn_submit.name = Dialog.SURE; this.closeHandler = Handler.create(this ,this.onClose, ["123"],false); } private function onClose(name:String):void{ if(name == Dialog.SURE){ var di:NormalDlg = new NormalDlg(); di.popupConte...

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

1498. laya.components.AnimatorStateBoolCondition_API3.0 [ 61%]

...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Inherited accessor

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

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

...PoolTest { //创建新对象的时间 private var createTime:int=0; public function PoolTest() { //初始化引擎 Laya.init(1136, 640,WebGL); //等比缩放 Laya.stage.scaleMode = Stage.SCALE_SHOWALL; //背景颜色 Laya.stage.bgColor = "#232628"; //帧循环 Laya.timer.frameLoop(1,this,onFrame); }...

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

1500. 分享:截屏! [ 61%]

...s LayaAirDemo {         private var sp:Sprite ;         public function LayaAirDemo() {             //初始化引擎             Laya.init(Browser.width, Browser.height,WebGL);             //设置背景颜色             Laya.stage.bgColor = "#ffcccc...

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