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

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

71. Laya api 中可能的bug [官方来看] [ 48%]

...rray || array.length < 2)return false; var i=1,j=0,len=array.length,key=NaN,c; while (i < len){ j=i; c=array[j]; key=array[j]._zOrder; while (--j >-1){ if (array[j]._zOrder > key)array[j+1]=array[j]; else break ; } array[j+1]=c; i++; }; _super.prototype.updateZOrder.call(); } 2018-04-12 ...

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

72. laya.d3.graphics.VertexBuffer3D [ 48%]

...ad:Boolean (default = false) — 是否可读。  dateType:int (default = NaN) — 数据类型。 Method Detailbind()methodoverride public function bind():Boolean ReturnsBooleandestroy()method override public function destroy():void getData()method  public function getData():* 获取顶点数据...

来源: Laya2.0_api 发布时间: 20190513

73. laya.d3.math.Native.ConchQuaternion [ 48%]

...AULT : ConchQuaternion[static] 默认矩阵,禁止修改ConchQuaternion  NAN : ConchQuaternion[static] 无效矩阵,禁止修改ConchQuaternionProperty Detailelementspropertypublic var elements:Float32Array四元数元素数组wproperty w:Number 获取四元数的w值 Implementation     publi...

来源: Laya2.0_api 发布时间: 20190513

74. 用Geolocation获取地理位置信息(TypeScript-LayaAir基础篇(TS)-硬件设备相关) [ 47%]

...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 ​ Geolocation静态属...

来源: Laya2.0_文档 发布时间: 20210715

75. 用Geolocation获取地理位置信息(JavaScript-LayaAir基础篇(JS)-硬件设备相关) [ 47%]

...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 ​ Geolocation静态属...

来源: Laya2.0_文档 发布时间: 20210715

76. 用Geolocation获取地理位置信息(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 47%]

...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 ​ Geolocation静态属...

来源: Laya2.0_文档 发布时间: 20210714

77. laya支持的发布模式有哪些? [ 47%]

...========== AS: var pxy:int = 1+undefined; JS: var pxy=1+undefined;//output:NaN if(!__DEBUGTYPE__(pxy,'int'))debugger;//在此行会自动断点 ================== AS: var uintObj:uint = 3.1; JS: var uintObj=3.1; if(!__DEBUGTYPE__(uintObj,'uint'))debugger;//在此行会自动断点 ==================...

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

78. laya.d3.graphics.IndexBuffer3D [ 46%]

...型。  indexCount:int — 索引个数。  bufferUsage:int (default = NaN) — IndexBuffer3D用途类型。  canRead:Boolean (default = false) — 是否可读。 Method DetaildetoryResource()methodoverride protected function detoryResource():void getData()method  public function getData():Uint...

来源: laya_api 发布时间: 20170929

79. laya.d3.resource.TextureCube [ 45%]

...false) 创建一个 TextureCube 实例。 Parameters format:int (default = NaN) — 贴图格式。  mipmap:Boolean (default = false) — 是否生成mipmap。 Method Detail_parse()method public static function _parse(data:*, propertyParams:Object = null, constructParams:Array = null):TextureCube P...

来源: Laya2.0_api 发布时间: 20190513

80. 官方提供的关系链代码执行报错,是不是wx的sharedCanvas不是Laya的canvas导致的问题 [ 44%]

.../ this._w=0; /**@private */ this._h=0; /**@private 唯一ID*/ //this.$_GID=NaN; /**图片地址*/ //this.url=null; /**@private */ this._uvID=0; this._atlasID=-1; /**@private */ this.scaleRate=1; Texture.__super.call(this); if (bitmap){ bitmap._addReference(); } this.setTo(bitmap,uv); } 2018-05-04 5 ...

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