大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
Laya_社区(663) Laya3.0_api(364) Laya2.0_api(194) laya_api(158) Laya2.0_文档(80) Laya_示例(58) Laya3.0_文档(54) Laya2.0_示例(54)
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...oaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属场景。 Sprite3D timer : Timer时间控制器,默认为Laya.timer。N...
来源: laya_api 发布时间: 20170929
...how Inherited Public Methods MethodDefined By Shake()Shake event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):B...
来源: Laya2.0_api 发布时间: 20190513
...ber[read-only] 获取地形Z轴最小位置。 MeshTerrainSprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node[read-only] 父节点。Node pickColor : Vector4RenderableSprite3D PICKCOLOR : int[static] 拾取颜色。RenderableSprite3D SAH...
来源: Laya2.0_api 发布时间: 20190513
...信息。 Public Properties PropertyDefined By _alphaMaps : Vector.<String>TerrainRes _cameraCoordinateInverse : BooleanTerrainRes _chunkInfos : Vector.<ChunkInfo>TerrainRes _chunkNumX : intTerrainRes _chunkNumZ : intTerrainRes _detailTextureInfos : Vector.<DetailTe...
来源: Laya2.0_api 发布时间: 20190513
...structor Methods setFont parse Constructors constructor new FontInfo(font: string | null): FontInfo Defined in laya/utils/FontInfo.ts:31 Parameters font: string | null Returns FontInfo Methods setFont setFont(value: string): void Defined in laya/utils/FontInfo.ts:41 设置字体格式 Parameters val...
来源: Laya3.0_api 发布时间: 20231115
...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited...
来源: Laya3.0_api 发布时间: 20231115
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...
来源: Laya2.0_api 发布时间: 20190513
...rivate static _dic: Laya.Dictionary; public static PROTO_HEAD: string = "proto_Head"; public static PROTO_BINARY_REQUEST: string = "proto_BinaryRequest"; public static PROTO_PARAMS: string = "proto_ParamsProto"; public static PROTO_DOUBLE_VLAUE: string...
来源: Laya_社区 发布时间: 20170807
...常多代码,直接拿来用private function getGet():Object { var url:String = __JS__('window.document.location.href.toString()'); var u:* = url.split("?"); if (u[1] is String) { u = u[1].split("&"); var gets:Object = {}; for (var i:String in u) { var j:String = u[i].split("="); gets[j[0]] = ...
来源: Laya_社区 发布时间: 20160110