pub type EcsIterable = ecs_iterable_t;Expand description
Component for iterable entities
Aliased Type§
#[repr(C)]pub struct EcsIterable {
pub init: Option<unsafe extern "C" fn(*const ecs_world_t, *const c_void, *mut ecs_iter_t, *mut ecs_term_t)>,
}Fields§
§init: Option<unsafe extern "C" fn(*const ecs_world_t, *const c_void, *mut ecs_iter_t, *mut ecs_term_t)>< Callback that creates iterator.