大约有 2,159 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(672) Laya_社区(472) Laya2.0_api(357) laya_api(289) Laya_示例(150) Laya2.0_示例(112) Laya2.0_文档(98) Laya3.0_文档(9)
...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
关于打包App后Texture.getPixels此方法不能使用 public function getPixels(x:Number, y:Number, width:Number, height:Number):Array { if (Render.isWebGL) { return RunDriver.getTexturePixels(this, x, y, width, height); } else { Browser.canvas.size(width, height)...
来源: Laya_社区 发布时间: 20171030
...ndex getOwnerPathByIndex getPropertyByIndex Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...Node.ts:218 Parameters node: Node Returns Node callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:611 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...
来源: Laya3.0_api 发布时间: 20231102
...esourceManager类里面有个大图管理数量,默认是6 public static function __init__():void { atlasTextureWidth = 2048; atlasTextureHeight = 2048; maxTextureCount = 6; atlasLimitWidth = 512; atlasLimitHeight = 512; } 当图量超标时就会出现破图;总算找到问题所在了; 2019-...
来源: Laya_社区 发布时间: 20190111
...同来自: AstarMap 和HeightMap unity 就可以直接生成。 public function Texture2D(width:int = 0, height:int = 0, format:int = FORMAT_R8G8B8A8, mipmap:Boolean = true, canRead:Boolean = false) 最后一个参数 2019-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折...
来源: Laya_社区 发布时间: 20181120
...2018-04-16 14:39 浏览: 1190 关注: 2 人 wq • 2018-04-16 15:25 public function LayaUISample() { //初始化引擎 Laya.init(600, 400); //判断是否在加速器端 __JS__("if(window.conch)") { //获取loadingview的实例 dd=__JS__("window.loadingView"); 通过loading方法...
来源: Laya_社区 发布时间: 20180416
...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ss with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...这边确认和服务器握手已经成功~但是发送socket错误 public function send(msgData:SoketData):void { var m_dataSize:int; m_dataSize = m_minReadable + m_dateHeadLength; if (msgData.Data != null) ...
来源: Laya_社区 发布时间: 20170318