The Vector3Int type exposes the following members.

Methods

  NameDescription
Add
Adds two vectors.
Equals
Gets whether two vectors equals.
(Overrides ValueType..::.Equals(Object).)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Subtract
Subtract two vectors.
ToString
Converts the value of the vector into a string form "[X,Y,Z]".
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Addition
Adds two vectors.
Equality
Tests whether two vectors have same value.
Inequality
Tests whether two vectors have not same value.
Subtraction
Subtract two vectors.

See Also