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

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

231. laya.d3.math.OrientedBoundBox [ 87%]

...bject:*):void 克隆。 OrientedBoundBox  containsBoundBox(box:BoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox  containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox  containsOrientedBoundBox(obb:Oriented...

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

232. UI-Button [ 87%]

...r; import laya.webgl.WebGL; public class UI_Button { private const COLUMNS:int = 2; private const BUTTON_WIDTH:int = 147; private const BUTTON_HEIGHT:int = 165 / 3; private const HORIZONTAL_SPACING:int = 200; private const VERTICAL_SPACING:int = 100; private var xOffset:int; private var yOffset:int;...

来源: Laya2.0_示例 发布时间: 20251130

233. UI-Button [ 87%]

...r; import laya.webgl.WebGL; public class UI_Button { private const COLUMNS:int = 2; private const BUTTON_WIDTH:int = 147; private const BUTTON_HEIGHT:int = 165 / 3; private const HORIZONTAL_SPACING:int = 200; private const VERTICAL_SPACING:int = 100; private var xOffset:int; private var yOffset:int;...

来源: Laya_示例 发布时间: 20251130

234. spine骨骼动画如何获取某个骨骼的坐标 [ 87%]

...ex:*, boneName:String):Array { var arrCoords:Array = ;   var aniClipIndex:int = getAniClipIndex(nameOrIndex); var curOriginalData:Float32Array = new Float32Array(_templet.getTotalkeyframesLength(aniClipIndex));   var interval:Number = 1000.0 / _player.cacheFrameRate; var playTime:Number = _templet...

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

235. laya.d3.Input3D [ 87%]

... __init__(canvas:*, scene:Scene3D):void private Input3D  getTouch(index:int):Touch 获取触摸点。 Input3D  touchCount():int 获取触摸点个数。 Input3DProperty DetailmultiTouchEnabledpropertymultiTouchEnabled:Boolean 获取是否可以使用多点触摸。 Implementation     public...

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

236. laya.utils.CacheManger [ 87%]

...统一管理类 Public Properties PropertyDefined By  loopTimeLimit : int = 2[static] 单次清理检测允许执行的时间,单位ms CacheMangerPublic Methods  MethodDefined By  CacheManger()CacheManger  beginCheck(waitTime:int = 15000):void[static] 开始检测循环 CacheManger  forc...

来源: laya_api 发布时间: 20170422

237. laya.d3.shader.Shader3D [ 87%]

...der[static] BaseShader  _cameraUniformParamsMap : ArrayShader3D  _id : intShader3D  _includeFiles : *[static] Shader3D  _materialUniformParamsMap : ArrayShader3D  nameKey : StringKey[static] Shader3D  _program : * = nullShader3D  _pshader : *Shader3D  _renderElementUniformParamsMap :...

来源: laya_api 发布时间: 20170929

238. laya.d3.math.BoundSphere [ 87%]

...dSphere  cloneTo(destObject:*):void 克隆。 BoundSphere  createfromPoints(points:Array, out:BoundSphere):void[static] 从顶点队列生成包围球。 BoundSphere  createFromSubPoints(points:Array, start:int, count:int, out:BoundSphere):void[static] 从顶点的子队列生成包围球。 B...

来源: laya_api 发布时间: 20170929

239. Laya.Pool用法 [ 86%]

...FLOAT_VLAUE: string = "proto_ParamsProto";         public static PROTO_INT64_VLAUE: string = "proto_ParamsProto";         public static PROTO_BOOL_VLAUE: string = "proto_ParamsProto";         public static PROTO_STRING_VALUE: string = "proto_ParamsProto";         constructor() {   ...

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

240. LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 [ 86%]

...自己写算法查找和装换吧. public function readMultiByte (length:int, charSet:String):String          {             if(charSet=="UNICODE" || charSet=="unicode")             {                 return readUnicode(length);             }        ...

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