Macro bevy::asset::embedded_path

source ·
macro_rules! embedded_path {
    ($path_str: expr) => { ... };
    ($source_path: expr, $path_str: expr) => { ... };
}
Expand description

Returns the Path for a given embedded asset. This is used internally by embedded_asset and can be used to get a Path that matches the AssetPath used by that asset.