public Guid GetMeshId(Mesh mesh)
 {
     return(meshAssets?.GetAssetId(mesh) ?? Guid.Empty);
 }
示例#2
0
 public AssetId GetMeshId(Mesh mesh)
 {
     return(meshAssets?.GetAssetId(mesh) ?? AssetId.Empty);
 }