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

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

1731. laya.d3.math.native.ConchVector4_API3.0 [ 30%]

...or4 Defined in laya/d3/math/Native/ConchVector4.ts:93 创建一个 Vector4 实例。 Parameters Default value x: number = 0 X轴坐标。 Default value y: number = 0 Y轴坐标。 Default value z: number = 0 Z轴坐标。 Default value w: number = 0 W轴坐标。 Returns ConchVector4 Properties elem...

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

1732. laya.d3.math.Quaternion_API3.0 [ 30%]

...aternion Defined in laya/d3/math/Quaternion.ts:264 创建一个 Quaternion 实例。 Parameters Default value x: number = 0 四元数的x值 Default value y: number = 0 四元数的y值 Default value z: number = 0 四元数的z值 Default value w: number = 1 四元数的w值 Returns Quaternion Prope...

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

1733. laya.d3.core.light.SpotLightCom_API3.0 [ 30%]

...or Defined in laya/d3/core/light/SpotLightCom.ts:38 创建一个 SpotLight 实例。 Returns SpotLightCom Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Compon...

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

1734. laya.d3.physics.constraints.FixedConstraint_API3.0 [ 30%]

...aya/d3/physics/constraints/FixedConstraint.ts:6 创建一个FixedConstraint实例 Returns FixedConstraint Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Compon...

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

1735. 2.x引擎项目升级说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 30%]

...类型! 类型也不必关心,只需要知道它有一个create方法实例化节点树。*/ let node = res.create(); }); 1.8 旧版本引擎load和create的兼容性问题 3.0以前的引擎,有Laya.loader.load()和Laya.loader.create()方法两个方法,分别用于加载2D和3D资源。 3....

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

1736. laya.d3.physics.PhysicsTriggerComponent_API3.0 [ 30%]

...physics/PhysicsTriggerComponent.ts:32 创建一个 PhysicsTriggerComponent 实例。 Parameters collisionGroup: number 所属碰撞组。 canCollideWith: number 可产生碰撞的碰撞组。 Returns PhysicsTriggerComponent Properties Optional _extra _extra: IComponentExtra Inherited from Component....

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

1737. laya.d3.physics.PhysicsCollider_API3.0 [ 29%]

...ined in laya/d3/physics/PhysicsCollider.ts:10 创建一个 PhysicsCollider 实例。 Parameters Default value collisionGroup: number = Physics3DUtils.COLLISIONFILTERGROUP_DEFAULTFILTER 所属碰撞组。 Default value canCollideWith: number = Physics3DUtils.COLLISIONFILTERGROUP_ALLFILTER 可产生...

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

1738. Laya中Button等组件lose skin的问题 [ 29%]

...nLoaded(): void {     Laya.URL.basePath ="https://xxx.com/";     //实例UI界面     var Main: MenuPageUI = new MenuPageUI();     Laya.stage.addChild(Main); } 在我找原因的时候,我发现主要是和设置了基础路径有关,也发现了3种可以正常展示飞机的做...

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

1739. laya.d3.component.Animator_API3.0 [ 29%]

...ructor Defined in laya/d3/component/Animator.ts:134 创建一个 Animation 实例。 Returns Animator Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component....

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

1740. 分享一个Shader版的CoolDown实现 [ 29%]

...r extends Shader {         /**          * 当前着色器的一个实例对象。          */         public static shader: coolDownShader = new coolDownShader();         constructor() {             var vs: string = " \             attribute vec2 position; \     ...

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