大约有 643 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0051 秒)
...Quaternion Defined in laya/maths/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 发布时间: 20231115
...用UI界面中的那个文本,但是你在这个类里边根本就没有实例化这个类,所以也是调用不到的。。。由于第2个问题,所以代码也是走不到这里的 总之你这个项目有好几个问题,每一个问题都会导致不显示任何效果 解决方法: ...
来源: Laya_社区 发布时间: 20170829
...umber): Vector4 Defined in laya/d3/math/Vector4.ts:39 创建一个 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 Vector4 Properties w w: numb...
来源: 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
...件打包之后安装到手机上都不显示??? 我新建了一个实例文件命名demo2如图1 用layaIDE运行之后是图2的效果,说明文件没有错误 接着我又对demo2进行打包APP操作,如图3,因为是单机版,资源路径是index.html的上一级文件夹,即bin...
来源: Laya_社区 发布时间: 20170206
...physics/PhysicsTriggerComponent.ts:32 创建一个 PhysicsTriggerComponent 实例。 Parameters collisionGroup: number 所属碰撞组。 canCollideWith: number 可产生碰撞的碰撞组。 Returns PhysicsTriggerComponent Properties Optional _extra _extra: IComponentExtra Inherited from Component....
来源: 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
...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
...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
...} onAwake(): void { //加载位位图字体 this.loadBitmapFont(); } /** * 实例化位图字体类,并加载位图字体 */ loadBitmapFont(): void { let bitmapFont: Laya.BitmapFont = new Laya.BitmapFont(); bitmapFont.loadFont("res/vvv.fnt", new Laya.Handler(this, this.onFontLoaded, [bitmapFont]))...
来源: Laya2.0_文档 发布时间: 20210715