UnityEditor.TerrainMenus.ExportHeightmapRaw C# (CSharp) Method

ExportHeightmapRaw() static private method

static private ExportHeightmapRaw ( ) : void
return void
        internal static void ExportHeightmapRaw()
        {
            TerrainWizard.DisplayTerrainWizard<ExportRawHeightmap>("Export Heightmap", "Export").InitializeDefaults(GetActiveTerrain());
        }