Vector2Int

Class Name Description
Vector2Int.Add Add Vector2Int.
Vector2Int.CeilToInt Converts a Vector2 to a Vector2Int by doing a Ceiling to each value.
Vector2Int.Clamp Clamps the Vector2Int to the bounds given by min and max.
Vector2Int.Compose Compose Vector2Int.
Vector2Int.Decompose Decompose Vector2Int.
Vector2Int.Distance Calculates the distance between A and B.
Vector2Int.Div Divide Vector2Int by int.
Vector2Int.Equals Returns true if two vectors are equal.
Vector2Int.FloorToInt Converts a Vector2 to a Vector2Int by doing a Floor to each value.
Vector2Int.GetIndexer Output the components of Vector2Int using an indexer.
Vector2Int.GetX Output the X component of Vector2Int.
Vector2Int.GetY Output the Y component of Vector2Int.
Vector2Int.Magnitude The length of vector.
Vector2Int.Max Create a vector that is made from the largest components of two vectors.
Vector2Int.Min Create a vector that is made from the smallest components of two vectors.
Vector2Int.Mul Multiply Vector2Int 2 by int.
Vector2Int.Negative To invert the sign of the Vector2Int.
Vector2Int.NotEquals Returns true if two vectors are not equal.
Vector2Int.RoundToInt Converts a Vector2 to a Vector2Int by doing a Round to each value.
Vector2Int.Scale Multiplies two vectors component-wise.
Vector2Int.SetIndexer Sets the components of Vector2Int using an indexer.
Vector2Int.SetX Sets the X component of Vector2Int.
Vector2Int.SetY Sets the Y component of Vector2Int.
Vector2Int.SqrMagnitude Calculate the length of the square of the vector.
Vector2Int.Sub Subtract Vector2Int.
Vector2Int.ToString Returns a formatted string of Vector2Int.
Vector2Int.ToVector2 Vector2Int is converted to Vector2.
Vector2Int.ToVector3Int Vector2Int is converted to Vector3Int.