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