Class: VoxelChunkSpawner
This page documents the methods and fields available in the VoxelChunkSpawner class.
Members
| Signature | Description |
|---|---|
VoxelChunkSpawner() | Creates a new instance of VoxelChunkSpawner. |
getCamera() | Returns the current camera. |
getChunkBlueprint() | Returns the current chunk blueprint. |
getRenderChunks() | Returns the current render chunks. |
getUpdateDelay() | Returns the current update delay. |
getVisibleDot() | Returns the current visible dot. |
isDisableRenderBatching() | Returns whether disable render batching is true. |
isOnlyVisibleChunks() | Returns whether only visible chunks is true. |
setCamera(SpatialObject) | Sets or updates the camera. |
setChunkBlueprint(VoxelChunk) | Sets or updates the chunk blueprint. |
setDisableRenderBatching(boolean) | Sets or updates the disable render batching. |
setOnlyVisibleChunks(boolean) | Sets or updates the only visible chunks. |
setRenderChunks(int) | Sets or updates the render chunks. |
setUpdateDelay(float) | Sets or updates the update delay. |
setVisibleDot(float) | Sets or updates the visible dot. |