Trait veloren_common::vol::VolSize
source · pub trait VolSize: Clone {
const SIZE: Vec3<u32>;
}
Expand description
Used to specify a volume’s compile-time size. This exists as a substitute until const generics are implemented.
Required Associated Constants§
Object Safety§
This trait is not object safe.