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

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

111. laya.ui.HBox [ 58%]

...。LayoutBox stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean设置cacheAs为非空时此值才有效,staticCache=true时,子对象变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite tag : * 对象的标签。 UIComponent ...

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

112. laya.d3.math.Matrix3x3 [ 57%]

...隆。 Matrix3x3  createFromMatrix4x4(sou:Matrix4x4, out:Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3  createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3  createFromS...

来源: laya_api 发布时间: 20170929

113. laya.d3.math.Matrix3x3 [ 57%]

...隆。 Matrix3x3  createFromMatrix4x4(sou:Matrix4x4, out:Matrix3x3):void[static] 从4x4矩阵转换为一个3x3的矩阵(原则为upper-left,忽略第四行四列) Matrix3x3  createFromRotation(rad:Number, out:Matrix3x3):void[static] 根据指定旋转生成3x3矩阵 Matrix3x3  createFromS...

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

114. [LayaAir3]Pool对象池获取继承对象时会返回基类对象 [ 57%]

...类唯一标志时出了问题 /** * 返回类的唯一标识 */ private static _getClassSign(cla: any): string { var className = cla["__className"] || cla["_$gid"]; if (!className) { cla["_$gid"] = className = Pool._CLSID + ""; Pool._CLSID++; } return className; } cla["__className"] || cla["_$gid"]...

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

115. laya.net.Socket [ 56%]

...ketPublic Constants ConstantDefined By  BIG_ENDIAN : String = bigEndian[static] 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节序和大端字节序。 BIG_ENDIAN :大端字节序,地址低位存储值的高位,地址高位存储值的低位。有时也称...

来源: laya_api 发布时间: 20170929

116. laya.d3.math.Matrix4x4 [ 56%]

...ight:Vector3, cameraUp:Vector3, cameraForward:Vector3, mat:Matrix4x4):void[static] 计算BlillBoard矩阵 Matrix4x4  clone():* 克隆。 Matrix4x4  cloneTo(destObject:*):void 克隆。 Matrix4x4  createAffineTransformation(trans:Vector3, rot:Quaternion, scale:Vector3, out:Matrix4x4):void[stati...

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

117. laya.net.Socket [ 56%]

...ketPublic Constants ConstantDefined By  BIG_ENDIAN : String = bigEndian[static] 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节序和大端字节序。 BIG_ENDIAN :大端字节序,地址低位存储值的高位,地址高位存储值的低位。有时也称...

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

118. 2.3.0beta 各种bug [ 56%]

...return this._style;         }     core.js vivo下getJSON报错兼容 static getJSON(key) {                         if(Storage.support){                 var obj = Storage.items.getItem(key);                 if(obj){                     return  JSON.parse(o...

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

119. laya.d3.math.Quaternion [ 55%]

... Quaternion  add(left:Quaternion, right:Quaternion, out:Quaternion):void[static] 计算两个四元数的和 Quaternion  clone():* 克隆。 Quaternion  cloneTo(destObject:*):void 克隆。 Quaternion  createFromAxisAngle(axis:Vector3, rad:Number, out:Quaternion):void[static] 从指定的轴...

来源: laya_api 发布时间: 20170929

120. laya.display.AnimationPlayerBase [ 55%]

...位。Sprite stage : Stage[read-only] 对舞台 stage 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite texture : T...

来源: laya_api 发布时间: 20170929