大约有 2,727 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0069 秒)
Laya_社区(1131) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya2.0_示例(109) Laya3.0_文档(86)
... 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
... 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
...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
...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
...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
...流畅度。 Public Methods MethodDefined By clearBySign(sign:String):void[static] 清除对象池的对象。 Pool createByClass(cls:Class):*[static] 根据类名回收类的实例 Pool getItem(sign:String):*[static] 根据传入的对象类型标识字符,获取对象池中已存储...
来源: Laya2.0_api 发布时间: 20190513
... GradientDataInt 实例。 GradientDataInt add(key:Number, value:int):void 增加整形渐变。 GradientDataInt clone():* 克隆。 GradientDataInt cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int [read-only] 整形渐变数量。...
来源: laya_api 发布时间: 20170929
... GradientDataInt 实例。 GradientDataInt add(key:Number, value:int):void 增加整形渐变。 GradientDataInt clone():* 克隆。 GradientDataInt cloneTo(destObject:*):void 克隆。 GradientDataIntProperty DetailgradientCountpropertygradientCount:int [read-only] 整形渐变数量。...
来源: Laya2.0_api 发布时间: 20190513
...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
....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