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

大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0069 秒)

751. IDE-显示IDE创建的界面 [ 85%]

... this.btn2.on(Laya.CLICK, this, this.onBtn2Click); } private onBtnClick(): void { //手动控制组件属性 this.radio.selectedIndex = 1; this.clip.index = 8; this.tab.selectedIndex = 2; this.combobox.selectedIndex = 0; this.check.selected = true; } private onBtn2Click(): void { //通过赋值可...

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

752. IDE-显示IDE创建的界面 [ 85%]

... this.btn2.on(Laya.CLICK, this, this.onBtn2Click); } private onBtnClick(): void { //手动控制组件属性 this.radio.selectedIndex = 1; this.clip.index = 8; this.tab.selectedIndex = 2; this.combobox.selectedIndex = 0; this.check.selected = true; } private onBtn2Click(): void { //通过赋值可...

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

753. laya.d3.terrain.TerrainRender [ 85%]

...ainRender  _renderUpdate(context:RenderContext3D, transform:Transform3D):void[override] TerrainRender  _renderUpdateWithCamera(context:RenderContext3D, transform:Transform3D):void[override] TerrainRender event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type...

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

754. laya.d3.webxr.core.WebXRInput_API3.0 [ 85%]

...ddAxisEvent(index: number, type: string, caller: any, listener: Function): void Defined in laya/d3/WebXR/core/WebXRInput.ts:164 add axis event Parameters index: number axis索引 type: string 事件类型 caller: any 事件侦听函数的执行域。 listener: Function 事件侦听函数。 Returns ...

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

755. laya.html.dom.HTMLDivElement [ 85%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

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

756. laya.utils.Pool [ 85%]

...流畅度。 Public Methods  MethodDefined By  clearBySign(sign:String):void[static] 清除对象池的对象。 Pool  createByClass(cls:Class):*[static] 根据类名回收类的实例 Pool  getItem(sign:String):*[static] 根据传入的对象类型标识字符,获取对象池中已存储...

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

757. laya.d3.core.particleShuriKen.module.GradientDataInt [ 85%]

... GradientDataInt 实例。 GradientDataInt  add(key:Number, value:int):void 增加整形渐变。 GradientDataInt  clone():* 克隆。 GradientDataInt  cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int  [read-only] 整形渐变数量。...

来源: laya_api 发布时间: 20170929

758. laya.d3.core.particleShuriKen.module.GradientDataInt [ 85%]

... GradientDataInt 实例。 GradientDataInt  add(key:Number, value:int):void 增加整形渐变。 GradientDataInt  clone():* 克隆。 GradientDataInt  cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int  [read-only] 整形渐变数量。...

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

759. 鼠标交互-拖动 [ 85%]

...r.load(this.ApePath, Handler.create(this, this.setup)); } private setup(): void { this.createApe(); this.showDragRegion(); } private createApe(): void { this.ape = new Sprite(); this.ape.loadImage(this.ApePath); Laya.stage.addChild(this.ape); var texture: Texture = Laya.loader.getRes(this.ApePath); ...

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

760. 网络通信 · LayaAir3.0文档 · LAYABOX [ 85%]

....PROGRESS, this, this.processHandler); } private processHandler(data:any): void { console.log("processHandler"); } private errorHandler(error:any): void { console.log("errorHandler"); } private completeHandler(data:any): void { console.log("completeHandler"); } } new LayaSample(); 2.2 GET 上面这...

来源: Laya3.0_文档 发布时间: 20241014