@minecraft
    正在准备搜索索引...

    类 Vector2Utils

    Utilities operating on Vector2 objects. All methods are static and do not modify the input objects.

    操作 Vector2 对象的工具类。所有方法都是静态的,并且不会修改输入对象。

    索引

    构造函数

    方法

    构造函数

    方法

    • fromString

      Gets a Vector2 from the string representation produced by Vector3Utils.toString. If any numeric value is not a number or the format is invalid, undefined is returned.

      参数

      • str: string

        The string to parse

      • 可选delimiter: string

        The delimiter used to separate the components. Defaults to the same as the default for Vector3Utils.toString

      返回 Vector2

    • toString

      Create a string representation of a vector2

      将 Vector2 转换为字符串形式。

      参数

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

      返回 string