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

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

1761. laya.d3.math.BoundsImpl_API3.0 [ 54%]

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

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

1762. 关于打包App后Texture.getPixels此方法不能使用 [ 54%]

关于打包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

1763. laya.components.KeyframeNode2D_API3.0 [ 54%]

...ndex getOwnerPathByIndex getPropertyByIndex Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

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

1764. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 54%]

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

1765. 缓存动画图片会有上限嘛 [ 54%]

...esourceManager类里面有个大图管理数量,默认是6 public static function __init__():void { atlasTextureWidth = 2048; atlasTextureHeight = 2048; maxTextureCount = 6; atlasLimitWidth = 512; atlasLimitHeight = 512; } 当图量超标时就会出现破图;总算找到问题所在了; 2019-...

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

1766. 官方示例-寻路导航的几个问题 [ 54%]

...同来自: 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

1767. 自定义loadingView [ 54%]

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

1768. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 54%]

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

1769. laya.d3.component.animator.AnimatorTransition_API3.0 [ 54%]

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

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

1770. as项目移植layflash问题 [ 54%]

...这边确认和服务器握手已经成功~但是发送socket错误 public function send(msgData:SoketData):void         {             var m_dataSize:int;             m_dataSize = m_minReadable + m_dateHeadLength;             if (msgData.Data != null)         ...

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