ComponentCloneFn

Type Alias ComponentCloneFn 

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

Function type that can be used to clone a component of an entity.