The Vector3Int type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Vector3Int |
Initializes a new vector [x, y, z].
|
Methods
| Name | Description | |
|---|---|---|
| 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. | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| Subtract |
Subtract two vectors.
| |
| ToString | (Overrides ValueType..::.ToString()()().) |
Operators
| Name | Description | |
|---|---|---|
| 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.
|
Fields
| Name | Description | |
|---|---|---|
| Empty |
The empty, null vector Vector3Int, [0,0,0].
|