pub fn asset_value<I: Into<A>, A: Asset>(asset: I) -> HandleTemplate<A>Expand description
This will create a new HandleTemplate for the given asset value. This makes it possible
to define assets “inline” in templates / scenes that produce a Handle.
This supports Into
to automatically convert values that can become A.