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

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

441. laya.d3.core.Camera [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D ComponentNode Node EventDispatcher Object Camera 类用于创建摄像机。 Public Prope...

来源: laya_api 发布时间: 20170929

442. laya.d3.resource.TextureCube [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TextureCubeProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class TextureCubeInheritanceTextureCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hid...

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

443. laya.utils.Stat [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames StatProperties | Methods Packagelaya.utilsClasspublic class StatInheritanceStat Object Stat 是一个性能统计面板,可以实时更新相关的性能参数。 参与统计的性能参数如下(所有参数都是...

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

444. laya.d3.math.Matrix4x4_API3.0 [ 53%]

Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Matrix4x4" Matrix4x4 Class Matrix4x4 Matrix4x4 类用于创建4x4矩阵。 Hierarchy Matrix4x4 Implements IClone Index Construct...

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

445. laya.utils.Timer [ 53%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties...

来源: laya_api 发布时间: 20170929

446. laya.d3.core.particleshuriken.ShurikenParticleRenderer_API3.0 [ 53%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/ShurikenParticleRenderer" ShurikenParticleRenderer Class ShurikenParticleRenderer ShurikenParticleRender ...

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

447. laya.utils.Byte_API3.0 [ 52%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Byte" Byte Class Byte Byte 类提供用于优化读取、写入以及处理二进制数据的方法和属性。 Byte 类适...

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

448. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 52%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/reflectionProbe/ReflectionProbe" ReflectionProbe Class ReflectionProbe ReflectionProbe 类用于实现反射探...

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

449. laya.d3.core.BaseCamera [ 52%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames BaseCameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class BaseCameraInheritanceBaseCamera Sprite3D Node EventDispatcher ObjectSubclasses Camera BaseCamera 类用于创建摄像机的父...

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

450. socket大型项目回调 [ 52%]

... this._callbacks[event]; return; } // remove specific handler var i = this.index(callbacks, fn._off || fn); if (~i){ callbacks.splice(i, 1); } return; } private index(arr, obj){ if ([].indexOf){ return arr.indexOf(obj); } for (var i = 0; i < arr.length; ++i) { if (arr[i] === obj) return i; } retu...

来源: Laya_社区 发布时间: 20180119