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

大约有 1,835 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0094 秒)

1681. laya.display.EffectAnimation [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames EffectAnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class EffectAnimationInheritanceEffectAnimation FrameAnimation AnimationBase Sprite Node EventDispatcher Object 动效模板。用...

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

1682. laya.ui.RadioGroup [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RadioGroupProperties | Methods | Events Packagelaya.uiClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box Component Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件...

来源: laya_api 发布时间: 20170929

1683. laya.ani.swf.MovieClip [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MovieClipProperties | Methods | Events Packagelaya.ani.swfClasspublic class MovieClipInheritanceMovieClip Sprite Node EventDispatcher Object MovieClip 用于播放经过工具处理后的 swf 动画。 Public Properties...

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

1684. laya.ui.VScrollBar [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames VScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在...

来源: laya_api 发布时间: 20170929

1685. 3D概念入门 · LayaAir3.3 · 引擎文档 · LAYABOX [ 19%]

...rial )效果。 (图4-1) PBR材质是一种基于物理渲染 (Physicallly Based Rendering) 的材质,通过模拟自然界的物理规律可以让3D模型的质感更为真实,接近或还原现实世界中的质感。例如,图4-2中的桶采用了PBR材质。 (图4-2) 基于网格...

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

1686. 时间轴动画 · LayaAir3.3 · 引擎文档 · LAYABOX [ 19%]

...运行动画,看看运行结果: (图9-4) Copyright ©Layabox 2025 all right reserved,powered by LayaAir Engine更新时间: 2025-11-18 14:12:06 img{cursor:pointer}

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

1687. laya.ui.Tab [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TabProperties | Methods | Events Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited ...

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

1688. laya.ui.HScrollBar [ 19%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames HScrollBarProperties | Methods | Events Packagelaya.uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar Component Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在...

来源: laya_api 发布时间: 20170929

1689. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 19%]

...t; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.c...

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

1690. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 19%]

...t; }; //通过名字,清理一组对象池 ClearGroup(head_sign:string, caller:any, func:Function): void { for (var key in this._poolDic) { if (key.indexOf(head_sign) == 0) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.c...

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