Type Alias ComponentCloneFn

Source
pub type ComponentCloneFn = fn(_: &SourceComponent<'_>, _: &mut ComponentCloneCtx<'_, '_>);
Expand description

Function type that can be used to clone an entity.