concinnity-core 0.19.0

Runtime vocabulary for the Concinnity engine: GPU layouts, ECS components, registry, CPU kernels
Documentation
1
2
3
4
5
6
7
// src/components/pickup.rs

/// Marks an entity the player can pick up and carry with the interact key.
///
/// Runtime-only zero-size tag. Present on an entity whose `Prop` set `pickup`.
#[derive(Debug, Clone, Copy, Default)]
pub struct Pickup;