Summary

public IMyVoxelMap CreateVoxelMapFromStorageName(string storageName, string prefabVoxelMapName, Vector3D position)

Adds a prefab voxel to the game world.

Returns

IMyVoxelMap

The newly added voxel map. Returns null if the prefabVoxelMapName does not exist.

Parameters