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

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

91. UI-RadioGroup [ 81%]

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

92. UI-RadioGroup [ 81%]

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

93. laya.ui.Panel [ 81%]

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

94. laya.ui.Panel [ 81%]

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

95. laya.d3.shadowMap.ParallelSplitShadowMap [ 81%]

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

96. 分享:List相关(Item增删功能) [ 81%]

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

97. laya.d3.core.particleShuriKen.module.Burst [ 81%]

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

98. laya.d3.core.particleShuriKen.module.Burst [ 81%]

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

99. laya.utils.StringKey [ 81%]

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

100. laya.ui.Clip [ 81%]

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