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

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

321. laya.d3.component.hlod.HLODResourceGroup_API3.0 [ 69%]

...dateMark: number Defined in laya/d3/component/HLOD/HLODUtil.ts:85 url url: string Defined in laya/d3/component/HLOD/HLODUtil.ts:84 Methods load load(callFun: Function, hlod: any): void Defined in laya/d3/component/HLOD/HLODUtil.ts:94 loaded Parameters callFun: Function hlod: any Returns void release...

来源: Laya3.0_api 发布时间: 20231115

322. 打包后启动游戏后报错 [ 69%]

...可以正常运行,打包后才会出现问题 public function send(type:String,url:String,callbackName:String):void { this.type = type; //发送请求 var script:* = Browser.createElement("script"); script.id = "serverlist"; Browser.document.head.appendChild(script); script.src = url; script.type...

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

323. laya.device.media.Video [ 69%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  buffered : *[read-only] buffered 属性返回 TimeRanges(JS)对象。TimeRanges 对象表示用户的音视频缓冲范围。缓冲范围指的是已...

来源: laya_api 发布时间: 20170929

324. 浏览器报错时获取不到详情 [ 69%]

...误时的detail是未定义的:   Browser.window.onerror = function(msg:String, url:String, line:String, column:String, detail:*):void {                     if (erralert++ < 5 && detail)                         alert("出错啦,请把此信息截图给...

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

325. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 69%]

...没留下…… **/ interface ITextFormat { /** * 背景色 */ bgColor?: string; /** * 是否加粗 */ bold?: number; /** * 文本框背景色 */ borderColor?: string; /** * 文本颜色 */ color?: string; /** * 字体 */ font?: string; /** * 字体大小 */ fontSize?: number; /** * 是否为斜体 ...

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

326. laya.ui.Dialog_API3.0 [ 69%]

.../设置 dialog 的关闭函数处理器。 } private function onClose(name:String):void { if (name == Dialog.CLOSE) { trace("通过点击 name 为" + name +"的组件,关闭了dialog。"); } } } } import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; class Dialog_Instance extends Dia...

来源: Laya3.0_api 发布时间: 20231115

327. laya.d3.core.material.PBRMaterial [ 69%]

...PBRMaterial  disableLight():void 禁用灯光。 PBRMaterial  load(url:String):PBRMaterial[static] 加载标准材质。 PBRMaterial  onAsynLoaded(url:String, data:*, params:Array):void[override] PBRMaterial  radicalInverse_VdC(bits:int):Number vdc算法产生的序列。这个比random要...

来源: laya_api 发布时间: 20170929

328. laya.ui.List_API3.0 [ 68%]

...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...

来源: Laya3.0_api 发布时间: 20231115

329. laya.ui.Clip [ 68%]

...itmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象...

来源: laya_api 发布时间: 20170929

330. laya.device.media.Video [ 68%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  buffered : *[read-only] buffered 属性返回 TimeRanges(JS)对象。TimeRanges 对象表示用户的音视频缓冲范围。缓冲范围指的是已...

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