C# Class CubeChunkGenerator, Cubes-in-Space

Inheritance: MonoBehaviour
Afficher le fichier Open project: eric-kansas/Cubes-in-Space

Méthodes publiques

Свойство Type Description
ChunkPeice GameObject
MaxAddChunkSize int
MaxAdditivePasses int
MinAddChunkSize int
MinAdditivePasses int
centerCubeGeneration bool

Méthodes publiques

Méthode Description
GenerateFullChunk ( Vector3 startPos, int myId ) : GameObject
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AddChunk ( Vector3 startPos ) : List
DeleteCenterCubes ( ) : void
MarkCenterCubes ( ) : void
RemoveDuplicates ( List currentChunk ) : void

Method Details

GenerateFullChunk() public méthode

public GenerateFullChunk ( Vector3 startPos, int myId ) : GameObject
startPos Vector3
myId int
Résultat GameObject

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ChunkPeice public_oe property

public GameObject ChunkPeice
Résultat GameObject

MaxAddChunkSize public_oe property

public int MaxAddChunkSize
Résultat int

MaxAdditivePasses public_oe property

public int MaxAdditivePasses
Résultat int

MinAddChunkSize public_oe property

public int MinAddChunkSize
Résultat int

MinAdditivePasses public_oe property

public int MinAdditivePasses
Résultat int

centerCubeGeneration public_oe property

public bool centerCubeGeneration
Résultat bool