Table of Contents

Struct Vector2Int

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A vector with two 32 bit integer values.

public readonly struct Vector2Int : IEquatable<Vector2Int>
Implements
Inherited Members
Extension Methods

Constructors

Vector2Int(int, int)

A vector with two 32 bit integer values.

Fields

X
Y

Methods

Equals(Vector2Int)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

operator +(Vector2Int, Vector2Int)
operator ==(Vector2Int, Vector2Int)
operator !=(Vector2Int, Vector2Int)
operator -(Vector2Int, Vector2Int)