pub fn component_clone_ignore(
_source: &SourceComponent<'_>,
_ctx: &mut ComponentCloneCtx<'_, '_>,
)
Expand description
Noop implementation of component clone handler function.
See EntityClonerBuilder
for details.
pub fn component_clone_ignore(
_source: &SourceComponent<'_>,
_ctx: &mut ComponentCloneCtx<'_, '_>,
)
Noop implementation of component clone handler function.
See EntityClonerBuilder
for details.