Struct planetkit::globe::ChunkSystem [] [src]

pub struct ChunkSystem { /* fields omitted */ }

Loads and unloads Chunks for a Globe.

The Chunks may be loaded from disk, or generated fresh if they have never existed before.

Methods

impl ChunkSystem
[src]

[src]

Trait Implementations

impl<'a> System<'a> for ChunkSystem
[src]

The resource bundle required to execute this system. Read more

[src]

Executes the system with the required system data. Read more

[src]

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more