Example #1
0
        private static void ExportFromMenu()
        {
            var window = (GltfExportWindow)GltfExportWindow.GetWindow(typeof(GltfExportWindow));

            window.titleContent = new GUIContent("Gltf Exporter");
            window.Show();
        }
Example #2
0
        public static void ExportGameObjectToGltfFile()
        {
            var window = (GltfExportWindow)GltfExportWindow.GetWindow(typeof(GltfExportWindow));

            window.titleContent = new GUIContent("Gltf Exporter");
            window.Show();
        }