C# Class IntVector2

Afficher le fichier Open project: BigVikingGames/checkers-starter Class Usage Examples

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode 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,

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IntVector2() public méthode

public IntVector2 ( ) : UnityEngine
Résultat UnityEngine

IntVector2() public méthode

public IntVector2 ( int x, int y ) : UnityEngine
x int
y int
Résultat UnityEngine

Length() public méthode

public Length ( ) : float
Résultat float

ManhattanLength() public méthode

public ManhattanLength ( ) : int
Résultat int

SquareMagnitude() public méthode

public SquareMagnitude ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : IntVector2,
Résultat IntVector2,

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int