大约有 1,062 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0042 秒)
Laya_社区(391) Laya2.0_api(241) laya_api(189) Laya2.0_文档(81) Laya_示例(65) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(12)
...bject:*):void 克隆。 OrientedBoundBox containsBoundBox(box:BoundBox):int 该包围盒是否包含空间中另一OBB包围盒 OrientedBoundBox containsLine(point1:Vector3, point2:Vector3):int 该包围盒是否包含空间中一条线 OrientedBoundBox containsOrientedBoundBox(obb:Oriented...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...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
... __init__(canvas:*, scene:Scene3D):void private Input3D getTouch(index:int):Touch 获取触摸点。 Input3D touchCount():int 获取触摸点个数。 Input3DProperty DetailmultiTouchEnabledpropertymultiTouchEnabled:Boolean 获取是否可以使用多点触摸。 Implementation public...
来源: Laya2.0_api 发布时间: 20190513
...统一管理类 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
...der[static] BaseShader _cameraUniformParamsMap : ArrayShader3D _id : intShader3D _includeFiles : *[static] Shader3D _materialUniformParamsMap : ArrayShader3D nameKey : StringKey[static] Shader3D _program : * = nullShader3D _pshader : *Shader3D _renderElementUniformParamsMap :...
来源: laya_api 发布时间: 20170929
...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
...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
...自己写算法查找和装换吧. public function readMultiByte (length:int, charSet:String):String { if(charSet=="UNICODE" || charSet=="unicode") { return readUnicode(length); } ...
来源: Laya_社区 发布时间: 20160606