Struct tinyecs::Aspect [] [src]

pub struct Aspect {
    pub accept_types: Vec<TypeId>,
    pub not_accept_types: Vec<TypeId>,
}

data for systems, storing which components they should be intrested in

Fields

Methods

impl Aspect
[src]

impl Aspect
[src]