大约有 88 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0034 秒)
Laya_社区(42) Laya2.0_api(22) laya_api(13) Laya3.0_api(6) Laya2.0_文档(3) Laya2.0_示例(1) Laya3.0_文档(1)
...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
...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
...AULT : ConchQuaternion[static] 默认矩阵,禁止修改ConchQuaternion NAN : ConchQuaternion[static] 无效矩阵,禁止修改ConchQuaternionProperty Detailelementspropertypublic var elements:Float32Array四元数元素数组wproperty w:Number 获取四元数的w值 Implementation publi...
来源: Laya2.0_api 发布时间: 20190513
...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 Geolocation静态属...
来源: Laya2.0_文档 发布时间: 20210715
...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 Geolocation静态属...
来源: Laya2.0_文档 发布时间: 20210715
...东方是90度,西方是270度)。如果`speed`是0,`heading`会是`NaN`。如果设备无法提供`heading`信息,值为`null`。 - `speed` —— 返回设备每秒的移动速度(米)。`speed`可能为`null`。 - `timestamp` —— 获取信息的时间戳。 Geolocation静态属...
来源: Laya2.0_文档 发布时间: 20210714
...========== 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
...型。 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
...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
.../ 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