大约有 1,795 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0079 秒)
Laya_社区(852) Laya3.0_api(323) Laya2.0_api(248) laya_api(179) Laya2.0_文档(142) Laya3.0_文档(45) Laya2.0_示例(4) Laya_示例(2)
...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
...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
...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
...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
...类型! 类型也不必关心,只需要知道它有一个create方法实例化节点树。*/ let node = res.create(); }); 1.8 旧版本引擎load和create的兼容性问题 3.0以前的引擎,有Laya.loader.load()和Laya.loader.create()方法两个方法,分别用于加载2D和3D资源。 3....
来源: Laya3.0_文档 发布时间: 20251010
...physics/PhysicsTriggerComponent.ts:32 创建一个 PhysicsTriggerComponent 实例。 Parameters collisionGroup: number 所属碰撞组。 canCollideWith: number 可产生碰撞的碰撞组。 Returns PhysicsTriggerComponent Properties Optional _extra _extra: IComponentExtra Inherited from Component....
来源: Laya3.0_api 发布时间: 20231115
...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
...nLoaded(): void { Laya.URL.basePath ="https://xxx.com/"; //实例UI界面 var Main: MenuPageUI = new MenuPageUI(); Laya.stage.addChild(Main); } 在我找原因的时候,我发现主要是和设置了基础路径有关,也发现了3种可以正常展示飞机的做...
来源: Laya_社区 发布时间: 20191122
...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
...r extends Shader { /** * 当前着色器的一个实例对象。 */ public static shader: coolDownShader = new coolDownShader(); constructor() { var vs: string = " \ attribute vec2 position; \ ...
来源: Laya_社区 发布时间: 20170606