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

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

1921. 关于canvas下资源释放的问题 [ 49%]

...reRes("hall/bg.jpg");              */         public static function clearTextureRes(url:String):void { 2018-04-25 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: 你是针对Texture清理的吗? 2018-04-25 0 3 分享 微博 QZONE 微信 w1114367261 赞同来自: 直接调...

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

1922. laya.ui.ProgressBar_API3.0 [ 49%]

...ic class ProgressBar_Example { private var progressBar:ProgressBar; public function ProgressBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/progress.png", "resource/ui/progress$bar.png"],...

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

1923. 为何我加载spine的动画drawcall会那么高,shader的指标也很高 [ 49%]

...赞同来自: public getSpineAni(url:string,completeCaller:any,completeFun:Function):void         {             this.m_spineCopmleteFun = completeFun;             this.m_completeCaller = completeCaller;             this.m_curLoadingUrl = url;             if(this.isLoaded(...

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

1924. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 48%]

...ByUniformBufferData unbind create getBuffer Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Inherited property Inherited method Enumeration Interface

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

1925. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 48%]

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

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

1926. HTMLCanvas Laya.stage.addChild(HTMLCanvas); 挂载到舞台报错 [ 48%]

...         *          * htmlCanvas.toBase64("image/png",0.92,function(base64){//webgl和canvas模式下为同步方法,加速器下是异步方法          *                      trace(base64);//打印图片base64信息,可以发给服务器或者保存...

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

1927. laya.ui.CheckBox_API3.0 [ 48%]

...heckBox; import laya.utils.Handler; public class CheckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/check.png", Handler.create(this,onLoadComplete));//...

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

1928. laya.d3.renderobjs.nativeobj.NativeRenderState_API3.0 [ 48%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface

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

1929. laya.components.CommonScript_API3.0 [ 48%]

...Render onPreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface

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

1930. destination-out 叠加模式问题 [ 48%]

...a:Sprite; private var sp:Sprite; private var guideContainer:Sprite; public function openPoison():void { mapData = mapSession.mapData; guideContainer=new Sprite(); guideContainer.cacheAs = "bitmap"; this.addChild(guideContainer); maskArea = new Sprite(); maskArea.alpha = 0.3; maskArea.graph...

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