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

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

2821. laya.utils.PerformancePlugin_API3.0 [ 36%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Performance" PerformancePlugin Class PerformancePlugin Hierarchy PerformancePlugin Index Properties PERFORMANCE_LAYA PERFORMANCE_LAYA_2D PERFORMANCE_LAYA_3D PERFORMANCE_LAYA_3D_PHYSICS PERFOR...

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

2822. 混合模式-Lighter [ 36%]

...dler = Laya.Handler; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class BlendMode_Lighter { // 一只凤凰的分辨率是550 * 400 private phoenixWidth: number = 550; private phoenixHeight: number = 400; private bgColorTweener: Tween = new Tween(); private gradientInterval: number =...

来源: Laya2.0_示例 发布时间: 20260824

2823. laya.physics.joint.WeldJoint_API3.0 [ 36%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/WeldJoint" WeldJoint Class WeldJoint 焊接关节:焊接关节的用途是使两个物体不能相对运动,受到关节的限制,两个刚体的相对位置和角度都保持...

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

2824. laya.d3.math.Matrix3x3_API3.0 [ 36%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Matrix3x3" Matrix3x3 Class Matrix3x3 Matrix3x3 类用于创建3x3矩阵。 Hierarchy Matrix3x3 Implements IClone Index Constructors constructor Properties elements DEFAULT Methods clone clo...

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

2825. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 36%]

...ultImports": true,  /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */     "esModuleInterop": true                   /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for al...

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

2826. laya.physics.joint.MouseJoint_API3.0 [ 36%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/joint/MouseJoint" MouseJoint Class MouseJoint 鼠标关节:鼠标关节用于通过鼠标来操控物体。它试图将物体拖向当前鼠标光标的位置。而在旋转方面就没...

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

2827. laya.physics.ColliderBase_API3.0 [ 36%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/physics/ColliderBase" ColliderBase Class ColliderBase 碰撞体基类 Hierarchy Component ColliderBase BoxCollider ChainCollider CircleCollider EdgeCollider PolygonCollider Index Constructors const...

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

2828. laya.d3.physicscannon.CannonPhysicsComponent_API3.0 [ 35%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/CannonPhysicsComponent" CannonPhysicsComponent Class CannonPhysicsComponent PhysicsComponent 类用于创建物理组件的父类。 Hierarchy Component CannonPhysicsComponent Cann...

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

2829. laya.utils.TimeLine_API3.0 [ 35%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/TimeLine" TimeLine Class TimeLine TimeLine 是一个用来创建时间轴动画的类。 Hierarchy EventDispatcher TimeLine Index Properties scale Accessors total Methods addLabel destroy eve...

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

2830. viewportPointToRay产生的射线始终有偏差,是为什么? [ 35%]

...3; import Vector4 = Laya.Vector4; import WebGLContext = Laya.WebGLContext; export class SceneScript extends Script { private _originPosition:Vector3 = new Vector3(0, -1, 1); private _phasorSpriter3D:PhasorSpriter3D; private _color:Vector4 = new Vector4(1, 0, 0, 1); private _point:Vector2 = new Vecto...

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