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

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

821. laya.ui.UIGroup_API3.0 [ 48%]

...。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.toolTip = "这里是鼠标提示<b>粗体</b><br>换行"; //自定义的鼠标提示 btn1.toolTip = showTips1; //带参数的自定义鼠标提示 clip.tool...

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

822. laya.d3.renderobjs.renderobj.SkinRenderElementOBJ_API3.0 [ 48%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

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

823. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 48%]

...的。 /** *指定显示对象 *@param index */ __proto.showDisplayByIndex=function(index){ if (this._replaceDic[index]) index=this._replaceDic[index]; if (this.currSlotData && index >-1 && index < this.currSlotData.displayArr.length){ this.displayIndex=index; this.currDisplayD...

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

824. 2.13版本 官方救命啊,关于3D特效的资源释放 [ 48%]

...ngeError:Array buffer allication failed at VertexBuffer2D._resizeBuffer at Function.getAMesh at Context.flush

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

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

826. 官方LayaAir之灯光一节示例背景在微信里表现不一致 [ 48%]

...new Laya.Vector3(1,1,0); //每10毫秒旋转一次 Laya.timer.loop(10,null,function(){ box.transform.rotate(vect,true,false); }); } } new LayaAir3D(); 附件 : --> 2018-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

827. laya.d3.renderobjs.nativeobj.NativeRenderElementOBJ_API3.0 [ 48%]

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

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

828. wkwebview使用异常 [ 48%]

...ntry"); Browser.__init__(); Laya.init(1280,720,WebGL);     public static function __init__():* {             console.log("Brower Init CCCCCC");             if (_window) return _window;             console.log("Brower Init DDDDDDDD");             var ...

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

829. Config_API3.0 [ 48%]

...ebGL2 webGL2D_MeshAllocMaxMem fontFamilyMap Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static property

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

830. laya.display.Stage_API3.0 [ 48%]

...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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