Property | Type | Description | |
---|---|---|---|
ChunkPeice | GameObject | ||
MaxAddChunkSize | int | ||
MaxAdditivePasses | int | ||
MinAddChunkSize | int | ||
MinAdditivePasses | int | ||
centerCubeGeneration | bool |
Method | Description | |
---|---|---|
GenerateFullChunk ( Vector3 startPos, int myId ) : GameObject | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AddChunk ( Vector3 startPos ) : List |
||
DeleteCenterCubes ( ) : void | ||
MarkCenterCubes ( ) : void | ||
RemoveDuplicates ( List |
public GenerateFullChunk ( Vector3 startPos, int myId ) : GameObject | ||
startPos | Vector3 | |
myId | int | |
return | GameObject |