Vector2 wrapper class which can be used as a Vector2 for APIs on @minecraft/server which require a Vector2.

用于 @minecraft/server 中需要用到 Vector2 的 API 的 Vector2 包装类。

实现

构造函数

属性

x y

方法

构造函数

属性

x: number

X component of the two-dimensional vector.

y: number

Y component of the two-dimensional vector.

方法

  • Returns a string representation of an object.

    参数

    • 可选options: {
          decimals?: number;
          delimiter?: string;
      }
      • 可选decimals?: number
      • 可选delimiter?: string

    返回 string