Vector2

Vector2(double)

初始化Vector2 struct.

public Vector2(double s)
范围类型描述
sDoubleS。

也可以看看


Vector2(FVector2)

初始化Vector2 struct.

public Vector2(FVector2 vec)
范围类型描述
vecFVector2浮点数中的向量。

也可以看看


Vector2(double, double)

初始化Vector2 struct.

public Vector2(double x, double y)
范围类型描述
xDoublex 坐标。
yDoubley 坐标。

也可以看看