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

大约有 1,625 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)

241. laya.resource.TextureCube_API3.0 [ 90%]

...锁,如果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

242. laya.d3.core.Sprite3D [ 90%]

...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

243. laya.device.Shake [ 90%]

...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

244. laya.d3.core.MeshTerrainSprite3D [ 90%]

...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

245. laya.d3.terrain.TerrainRes [ 90%]

...信息。 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

246. laya.utils.FontInfo_API3.0 [ 90%]

...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

247. laya.resource.Texture2DArray_API3.0 [ 90%]

...锁,如果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

248. laya.display.Scene [ 90%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...

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

249. Laya.Pool用法 [ 90%]

...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

250. 怎样获取浏览器地址传过来的GET参数 [ 90%]

...常多代码,直接拿来用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