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

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

1741. laya.d3.core.render.posteffect.ScalableAO_API3.0 [ 55%]

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

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

1742. 如何获取指定类的共有的变量名集合 ? [ 55%]

...? 以前用AS开发Flash的时候使用的是以下方法: public static function getPublicVarNameList($class:Class):Vector.<String> {      var vt:Vector.<String> = new Vector.<String>();       var classXml:XML=describeType($class);      var variableXmlList:* = classX...

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

1743. 打包后启动游戏后报错 [ 55%]

...在浏览器里都可以正常运行,打包后才会出现问题 public function send(type:String,url:String,callbackName:String):void { this.type = type; //发送请求 var script:* = Browser.createElement("script"); script.id = "serverlist"; Browser.document.head.appendChild(script); script.src ...

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

1744. 类似于list下的按钮监听 !如何去做。 [ 55%]

...置name ,然后通过 Sprite.on(Event.CLICK,this,yfqian_GameUi); public function yfqian_GameUi(e:Event):void{ trace("Sprite:",e.target.name) }

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

1745. Config3D_API3.0 [ 55%]

...etCount pixelRatio useBVHCull setResolution Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

1746. DOM元素-视频 [ 55%]

...t laya.utils.Utils; /** * ... * @author */ public class DOM_Video { public function DOM_Video() { Laya.init(800, 600); Laya.stage.bgColor = "#FFFFFF"; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; // 创建Video元素 var videoElement:Object = Browser.createElement(...

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

1747. 一个方法实现复制到粘贴板 [ 55%]

...贴板   /** * 复制到粘贴板  * @param value *  */ public static function copyToClipBoard(value:String):void{   var input:Object;   input = Browser.createElement("input"); input.setAttribute('readonly', 'readonly'); input.setAttribute("value",value); Browser.document.body.appendChild(input...

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

1748. renderType设置成instance,单例模式怎么使用的啊 [ 55%]

...关的链接 提交 1 个回复 Laya_Aaron 赞同来自: liwenhua public function GameUI():void {             super();             GameUI.instance = this;                      }   设置单例之后,runtime脚本里面就 指定一下,就ok了,免...

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

1749. laya.ani.bone.Templet_API3.0 [ 55%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

1750. laya.d3.renderobjs.renderobj.SkinRenderElementOBJ_API3.0 [ 55%]

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

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