Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IntVector2 ( ) : UnityEngine | ||
IntVector2 ( int x, int y ) : UnityEngine | ||
Length ( ) : float | ||
ManhattanLength ( ) : int | ||
SquareMagnitude ( ) : int | ||
ToString ( ) : string | ||
operator ( ) : IntVector2, |
public IntVector2 ( int x, int y ) : UnityEngine | ||
x | int | |
y | int | |
return | UnityEngine |