Class Vector3IntExtensions
Inheritance
object
Vector3IntExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain .Extensions
Syntax
public static class Vector3IntExtensions
Methods
CubeDistanceTo(Vector3, Vector3)
Declaration
public static float CubeDistanceTo(this Vector3 cubeVectorA, Vector3 cubeVectorB)
Parameters
Type | Name | Description |
---|---|---|
Unity |
cubeVectorA | |
Unity |
cubeVectorB |
Returns
Type | Description |
---|---|
float |
CubeToSquare(Vector3)
Declaration
public static Vector2Int CubeToSquare(this Vector3 cubeVector)
Parameters
Type | Name | Description |
---|---|---|
Unity |
cubeVector |
Returns
Type | Description |
---|---|
Unity |