C# Class GrassTopper, Unity3D-Voxel-Engine

Inheritance: Block
Exibir arquivo Open project: NicholasHallman/Unity3D-Voxel-Engine

Public Methods

Method Description
CreateBlock ( int[,,] chunk, int posX, int posY, int posZ ) : void
Initialize ( int x, int z ) : void
renderBlock ( ) : void

Method Details

CreateBlock() public method

public CreateBlock ( int[,,] chunk, int posX, int posY, int posZ ) : void
chunk int[,,]
posX int
posY int
posZ int
return void

Initialize() public method

public Initialize ( int x, int z ) : void
x int
z int
return void

renderBlock() public method

public renderBlock ( ) : void
return void