大约有 558 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya2.0_api(241) laya_api(189) Laya_社区(61) Laya3.0_api(32) Laya2.0_文档(20) Laya_示例(8) Laya2.0_示例(6) Laya3.0_文档(1)
...i) { var rg: RadioGroup = this.createRadioGroup(this.skins[i]); rg.selectedIndex = i; rg.x = i * this.SPACING + this.X_OFFSET; rg.y = this.Y_OFFSET; } } private createRadioGroup(skin: string): RadioGroup { var rg: RadioGroup = new RadioGroup(); rg.skin = skin; rg.space = 70; rg.direction = "v"; rg.l...
来源: Laya_示例 发布时间: 20241118
...i) { var rg: RadioGroup = this.createRadioGroup(this.skins[i]); rg.selectedIndex = i; rg.x = i * this.SPACING + this.X_OFFSET; rg.y = this.Y_OFFSET; } } private createRadioGroup(skin: string): RadioGroup { var rg: RadioGroup = new RadioGroup(); rg.skin = skin; rg.space = 70; rg.direction = "v"; rg.l...
来源: Laya2.0_示例 发布时间: 20241118
API DocumentationAll Packages | All Classes | Index | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box UIComponent Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Prope...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames PanelProperties | Methods | Events Packagelaya.uiClasspublic class PanelInheritancePanel Box Component Sprite Node EventDispatcher Object Panel 是一个面板容器类。 Public Properties Hide Inherited Public Propert...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames ParallelSplitShadowMapProperties | Methods Packagelaya.d3.shadowMapClasspublic class ParallelSplitShadowMapInheritanceParallelSplitShadowMap Object ... Public Properties PropertyDefined By shadowMapCount : intParalle...
来源: Laya2.0_api 发布时间: 20190513
...ler(this,onMouse); } //鼠标事件添加 private function onMouse(e:Event,index:int):void { //鼠标单击事件触发 if(e.type == Event.CLICK) {//如果点中的是checkBox组件 if((e.target) is CheckBox) { var tempObj:Object = arr[index];//记录当前条目所包含组件的数据信息(避免...
来源: Laya_社区 发布时间: 20170313
API DocumentationAll Packages | All Classes | Index | Frames No Frames BurstProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class BurstInheritanceBurst ObjectImplements laya.d3.core.IClone Burst 类用于粒子的爆裂描述。 Public Properties PropertyDefined...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames BurstProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class BurstInheritanceBurst ObjectImplements laya.d3.core.IClone Burst 类用于粒子的爆裂描述。 Public Properties PropertyDefined...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames StringKeyMethods Packagelaya.utilsClasspublic class StringKeyInheritanceStringKey Object StringKey 类用于存取字符串对应的数字。 Public Methods MethodDefined By add(str:String):int 添加一个字符。 ...
来源: laya_api 发布时间: 20170422
API DocumentationAll Packages | All Classes | Index | Frames No Frames ClipProperties | Methods | Events Packagelaya.uiClasspublic class ClipInheritanceClip Component Sprite Node EventDispatcher ObjectSubclasses FontClip Clip 类是位图切片动画。 Clip 可将一张图片,按横向...
来源: laya_api 发布时间: 20170929