C# Class CubeIndex, UnityHexGrid

Afficher le fichier Open project: Amaranthos/UnityHexGrid Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
CubeIndex ( int x, int z ) : System.Collections.Generic
CubeIndex ( int x, int y, int z ) : System.Collections.Generic
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : CubeIndex,

Method Details

CubeIndex() public méthode

public CubeIndex ( int x, int z ) : System.Collections.Generic
x int
z int
Résultat System.Collections.Generic

CubeIndex() public méthode

public CubeIndex ( int x, int y, int z ) : System.Collections.Generic
x int
y int
z int
Résultat System.Collections.Generic

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

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

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int

z public_oe property

public int z
Résultat int