大约有 147 项符合查询结果, 库内数据总量为 30,954 项。 (搜索耗时: 0.0040 秒)
...项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined Uncaught TypeError: Cannot read property 'load' of null 问题状态 最新活动: 20...
来源: Laya_社区 发布时间: 20180403
...项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function 问题状态 最新活动: 2018-01-17 14:46 浏览: 1065 关注: 2 人 qian • 2018-01-17 14:49 你弄...
来源: Laya_社区 发布时间: 20180117
...4 类用于创建四维向量。 Hierarchy Vector4 Implements IClone Index Constructors constructor Properties w x y z ONE UnitW UnitX UnitY UnitZ ZERO Methods clone cloneTo equal forNativeElement fromArray length lengthSquared setValue toArray writeTo Clamp add distance distanceSquared dot equals l...
来源: Laya3.0_api 发布时间: 20231115
...4 类用于创建四维向量。 Hierarchy Vector4 Implements IClone Index Constructors constructor Properties w x y z ONE UnitW UnitX UnitY UnitZ ZERO Methods clone cloneTo forNativeElement fromArray length lengthSquared setValue toArray writeTo Clamp add distance distanceSquared dot equals lerp ma...
来源: Laya3.0_api 发布时间: 20231102
... // src/MachineCtrl.ts var MachineCtrl = class extends CtrlBase { constructor() { super(); } }; __name(MachineCtrl, "MachineCtrl"); // src/funcccccc.ts var funzzzzz = class { constructor() { } static run(callBack, caller, time) { new M...
来源: Laya_社区 发布时间: 20230608
...用于创建四维向量。 Hierarchy ConchVector4 Implements IClone Index Constructors constructor Properties elements ONE UnitW UnitX UnitY UnitZ ZERO Accessors w x y z Methods clone cloneTo fromArray length lengthSquared Clamp add distance distanceSquared dot equals lerp max min multiply normaliz...
来源: Laya3.0_api 发布时间: 20231102
...和 y 重新定位)、旋转、缩放和倾斜。 Hierarchy Matrix Index Constructors constructor Properties a b c d tx ty TEMP Methods clone concat copyTo destroy getScaleX getScaleY identity invert invertTransformPoint recover rotate scale setTo setTranslate skew toString transformPoint transfor...
来源: Laya3.0_api 发布时间: 20231115
...。才能进去 new Laya.TiledMap()提示错误:Laya.TiledMap is not a constructor 提示安装nodejs laya加载unity插件导出的场景 physics3D is not a function 问题状态 最新活动: 2017-02-12 11:59 浏览: 2010 关注: 2 人
来源: Laya_社区 发布时间: 20170211
...用不了 //b文件 export default class player extends Laya.Sprite { constructor() { super(); this.pivot(this.width / 2, this.height / 2); this.graphics.drawRect(0, 0, this._size, this._size, this._color); } } //a文件 import player from './player'; // 程序入口 class GameMain { construct...
来源: Laya_社区 发布时间: 20180804
...用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Index Constructors constructor Properties elements ForwardLH ForwardRH NAN NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Accessors x y z Methods clone cloneTo fromArray setValue toDefault Clamp TransformNormal add cross distance dist...
来源: Laya3.0_api 发布时间: 20231102