public Guid GetMeshId(Mesh mesh) { return(meshAssets?.GetAssetId(mesh) ?? Guid.Empty); }
public AssetId GetMeshId(Mesh mesh) { return(meshAssets?.GetAssetId(mesh) ?? AssetId.Empty); }