[]请问怎么实例化一个vector2类?
请问我应该怎么实例化出一个vector2类?语言:typescript
我尝试使用以下代码实例化,结果运行时报错:
var startVec:Laya.Vector2 = new laya.d3.math.Vector2(this._role.x, this._role.y);
我尝试使用以下代码实例化,结果运行时报错:
var startVec:Laya.Vector2 = new laya.d3.math.Vector2(this._role.x, this._role.y);
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
cuixueying
赞同来自:
第二步:导包
第三步:写逻辑并运行