UnityEditor.TerrainMenus.ExportHeightmapRaw C# (CSharp) Méthode

ExportHeightmapRaw() static private méthode

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