Struct planetkit::globe::ChunkViewSystem [] [src]

pub struct ChunkViewSystem { /* fields omitted */ }

Methods

impl ChunkViewSystem
[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> System<'a> for ChunkViewSystem
[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