C# Class CubeGeneration_V2, VoxelEngine

Inheritance: MonoBehaviour
Mostra file Open project: RodGame/VoxelEngine

Public Properties

Property Type Description
CubeGrass GameObject
CubeRock GameObject
CubeSand GameObject

Public Methods

Method Description
AddChunk ( ) : void
CreateCube ( int _posX, int _posY, int _posZ, int _blockType ) : void
FillChunk ( ) : void
Start ( ) : void

Method Details

AddChunk() public method

public AddChunk ( ) : void
return void

CreateCube() public method

public CreateCube ( int _posX, int _posY, int _posZ, int _blockType ) : void
_posX int
_posY int
_posZ int
_blockType int
return void

FillChunk() public method

public FillChunk ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

CubeGrass public_oe property

public GameObject CubeGrass
return GameObject

CubeRock public_oe property

public GameObject CubeRock
return GameObject

CubeSand public_oe property

public GameObject CubeSand
return GameObject