Struct Vector2Int
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
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.