UnityEditor.TerrainMenus.ExportHeightmapRaw C# (CSharp) 메소드

ExportHeightmapRaw() 정적인 개인적인 메소드

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