CubeIndex.CubeIndex C# (CSharp) Method

CubeIndex() public method

public CubeIndex ( int x, int z ) : System.Collections.Generic
x int
z int
return System.Collections.Generic
    public CubeIndex(int x, int z)
    {
        this.x = x; this.z = z; this.y = -x-z;
    }

Same methods

CubeIndex::CubeIndex ( int x, int y, int z ) : System.Collections.Generic