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

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

531. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 42%]

...pt { // 用于显示鼠标点击的位置 @property({ type: Laya.Sprite }) public hit: Sprite; private _temp: Sprite; private _allAgent: Nav2DAgent[] = []; private findCompents(lists: any[], sprite: Sprite, componentType: typeof Component) { let comp = sprite.getComponent(componentType); if (comp !=...

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

532. laya.display.Animation [ 42%]

...ationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationBase Sprite Node EventDispatcher Object Animation 是Graphics动画类。实现了基于Graphics的动画创建、播放、控制接口。 本类使用了动画模版缓存...

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

533. laya.display.Sprite_API3.0 [ 41%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/Sprite" Sprite Class Sprite Sprite 是基本的显示图形的显示列表节点。 Sprite 默认没有宽高,默认不接受鼠标事...

来源: Laya3.0_api 发布时间: 20231115

534. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

..."__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 getPoolBySign(sign:string): any { return this._poolDic[sign] || (this._poolDic[sign] = []); }; //回收 recover(sign:string, item:a...

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

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

..."__InPool"; constructor() { } private static _instance: Pool = new Pool(); public static getInstance() { return this._instance; } //通过名字找到对应的对象池 getPoolBySign(sign:string): any { return this._poolDic[sign] || (this._poolDic[sign] = []); }; //回收 recover(sign:string, item:a...

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

536. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 41%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/PBRStandardMaterial" PBRStandardMaterial Class PBRStandardMaterial PBRStandardMaterial 类用于实现PBR材质。 Hierarchy PB...

来源: Laya3.0_api 发布时间: 20231115

537. laya.ui.ProgressBar_API3.0 [ 40%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/ProgressBar" ProgressBar Class ProgressBar ProgressBar 组件显示内容的加载进度。 example 以下示例代码,创建了一个新...

来源: Laya3.0_api 发布时间: 20231115

538. laya.ui.Radio_API3.0 [ 40%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Radio" Radio Class Radio Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中...

来源: Laya3.0_api 发布时间: 20231115

539. laya.ui.Tree_API3.0 [ 39%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Tree" Tree Class Tree Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 example package { import laya.ui.Tree; im...

来源: Laya3.0_api 发布时间: 20231115

540. laya.ui.TextArea_API3.0 [ 39%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/TextArea" TextArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一...

来源: Laya3.0_api 发布时间: 20231115