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
accept_types | |
not_accept_types |