Property | Type | Description | |
---|---|---|---|
x | int | ||
y | int | ||
z | int |
Method | 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, |
public CubeIndex ( int x, int z ) : System.Collections.Generic | ||
x | int | |
z | int | |
return | System.Collections.Generic |
public CubeIndex ( int x, int y, int z ) : System.Collections.Generic | ||
x | int | |
y | int | |
z | int | |
return | System.Collections.Generic |