Struct planetkit::globe::ChunkView [] [src]

pub struct ChunkView {
    pub globe_entity: Entity,
    pub origin: ChunkOrigin,
}

Fields

Methods

impl ChunkView
[src]

[src]

Trait Implementations

impl Component for ChunkView
[src]

Associated storage type for this component.