Chunks
Moddable voxel sandbox for room-scale VR.
Protected Member Functions | Properties | List of all members
Chunks.Geometry.ChunkGenerator Class Referenceabstract

Base class for custom world generators. More...

Inheritance diagram for Chunks.Geometry.ChunkGenerator:
Chunks.Geometry.AbstractChunkGenerator Chunks.Geometry.EmptyWorldGenerator

Protected Member Functions

Random CreateRandom (ChunkColumn column)
 
virtual void OnInitialize ()
 Called when the seed is set. More...
 

Properties

int Seed [get]
 The seed used for procedural generation. More...
 

Detailed Description

Base class for custom world generators.

Member Function Documentation

Random Chunks.Geometry.ChunkGenerator.CreateRandom ( ChunkColumn  column)
protected
virtual void Chunks.Geometry.ChunkGenerator.OnInitialize ( )
protectedvirtual

Called when the seed is set.

Property Documentation

int Chunks.Geometry.ChunkGenerator.Seed
get

The seed used for procedural generation.


The documentation for this class was generated from the following file: