大约有 558 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
Laya2.0_api(241) laya_api(189) Laya_社区(61) Laya3.0_api(32) Laya2.0_文档(20) Laya_示例(8) Laya2.0_示例(6) Laya3.0_文档(1)
API DocumentationAll Packages | All Classes | Index | Frames No Frames ConfigProperties PackageTop LevelClasspublic class ConfigInheritanceConfig Object Config 用于配置一些全局参数。如需更改,请在初始化引擎之前设置。 Public Properties PropertyDefined By animat...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames DialogProperties | Methods | Events | Constants Packagelaya.uiClasspublic class DialogInheritanceDialog View Box Component Sprite Node EventDispatcher ObjectSubclasses AsynDialog Dialog 组件是一个弹出对话框...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames ParticleSettingProperties | Methods Packagelaya.particleClasspublic class ParticleSettingInheritanceParticleSetting Object ParticleSettings 类是粒子配置数据类 Public Properties PropertyDefined By ageAddScale...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames BoundsOctreeNodeMethods Packagelaya.d3.core.sceneClasspublic class BoundsOctreeNodeInheritanceBoundsOctreeNode Object BoundsOctreeNode 类用于创建八叉树节点。 Public Methods MethodDefined By BoundsOctreeNod...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties P...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames SoundManagerProperties | Methods Packagelaya.mediaClasspublic class SoundManagerInheritanceSoundManager Object SoundManager 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames SoundManagerProperties | Methods Packagelaya.mediaClasspublic class SoundManagerInheritanceSoundManager Object SoundManager 是一个声音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默...
来源: laya_api 发布时间: 20170929
...面示例中,我们给按钮加了添加了个点击事件。每次点击index值自加,然后根据index值修改从场景ls中获取到的模型网格。 ```typescript //新建四个mesh var box:Mesh = PrimitiveMesh.createBox(0.5, 0.5, 0.5); var capsule:Mesh = PrimitiveMesh.createCapsule(0.25,...
来源: Laya2.0_文档 发布时间: 20210714
...nRender, null, false);//滚动列表点击事件 private function onRender(index:int):void{ list.setItem(lastSelect,arrConver(lastSelect,false));//取消选中效果 list.setItem(index,arrConver(index,true));//添加选中效果 trace("_cardItems",_cardItems);//打印数组 } 是这样的,我...
来源: Laya_社区 发布时间: 20171129