pub fn prefab_from_url() -> Component<String>
Expand description

Prefab from URL: Load and attach a prefab from a URL or relative path.

When loaded, the components from this prefab will add to or replace the existing components for the entity.

Attributes: Debuggable, Store