pub trait ResolveGeometry {
// Required method
fn resolve(self, assets: &AssetServer) -> GeometryHandle;
}Expand description
Trait for types that can be resolved into a GeometryHandle.
Implemented for:
GeometryHandle— returned as-is (zero cost).Geometry— auto-registered inAssetServer.