C# Class GrassTopper, Unity3D-Voxel-Engine

Inheritance: Block
Afficher le fichier Open project: NicholasHallman/Unity3D-Voxel-Engine

Méthodes publiques

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

Method Details

CreateBlock() public méthode

public CreateBlock ( int[,,] chunk, int posX, int posY, int posZ ) : void
chunk int[,,]
posX int
posY int
posZ int
Résultat void

Initialize() public méthode

public Initialize ( int x, int z ) : void
x int
z int
Résultat void

renderBlock() public méthode

public renderBlock ( ) : void
Résultat void