pub fn collect_component_resources(
engine: &Engine,
ty: &Component,
resources: &mut impl Extend<ResourceType>,
)
Expand description
Recursively iterates the component type and collects all exported resource types
pub fn collect_component_resources(
engine: &Engine,
ty: &Component,
resources: &mut impl Extend<ResourceType>,
)
Recursively iterates the component type and collects all exported resource types