VoxelChunkSpawner
Complete API reference for VoxelChunkSpawner, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Voxels
Component: yes
public class VoxelChunkSpawner extends Component
Constructors
| Signature | Description |
|---|---|
VoxelChunkSpawner(VoxelChunkSpawner) | Executes VoxelChunkSpawner and returns after the underlying engine call finishes. |
VoxelChunkSpawner(Engine) | Executes VoxelChunkSpawner and returns after the underlying engine call finishes. |
VoxelChunkSpawner() | Creates a new instance of VoxelChunkSpawner. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | VoxelChunkSpawner | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
camera | SpatialObject | get/set | Virtual attribute exposed by getCamera. Access it like a field to read or write the underlying value. |
chunkBlueprint | VoxelChunk | get/set | Virtual attribute exposed by getChunkBlueprint. Access it like a field to read or write the underlying value. |
onlyVisibleChunks | boolean | set | Virtual attribute exposed by setOnlyVisibleChunks. Access it like a field to read or write the underlying value. |
renderChunks | int | get/set | Virtual attribute exposed by getRenderChunks. Access it like a field to read or write the underlying value. |
updateDelay | float | get/set | Virtual attribute exposed by getUpdateDelay. Access it like a field to read or write the underlying value. |
visibleDot | float | get/set | Virtual attribute exposed by getVisibleDot. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isOnlyVisibleChunks() | boolean | Returns whether only visible chunks is true. |