saintEvol 请问我应该怎么实例化出一个vector2类?语言:typescript我尝试使用以下代码实例化,结果运行时报错: var startVec:Laya.Vector2 = new laya.d3.math.Vector2(this._role.x, this._role.y);