Skip to content

Commit

Permalink
Add more types to the generation
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Sep 1, 2023
1 parent 8da275a commit 2bfcd3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Plugins/CodeGeneratorPlugin/plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ let known = [
"AnimationNodeStateMachine.swift",
"AnimationNodeStateMachinePlayback.swift",
"AnimationNodeStateMachineTransition.swift",
"AnimationNodeSub2.swift",
"AnimationNodeSync.swift",
"AnimationNodeTimeScale.swift",
"AnimationNodeTimeSeek.swift",
Expand Down Expand Up @@ -265,6 +266,13 @@ let known = [
"EditorDebuggerPlugin.swift",
"EditorDebuggerSession.swift",
"EditorExportPlatform.swift",
"EditorExportPlatformAndroid.swift",
"EditorExportPlatformIOS.swift",
"EditorExportPlatformLinuxBSD.swift",
"EditorExportPlatformMacOS.swift",
"EditorExportPlatformPC.swift",
"EditorExportPlatformWeb.swift",
"EditorExportPlatformWindows.swift",
"EditorExportPlugin.swift",
"EditorFeatureProfile.swift",
"EditorFileDialog.swift",
Expand All @@ -284,6 +292,7 @@ let known = [
"EditorResourcePicker.swift",
"EditorResourcePreview.swift",
"EditorResourcePreviewGenerator.swift",
"EditorResourceTooltipPlugin.swift",
"EditorSceneFormatImporter.swift",
"EditorSceneFormatImporterBlend.swift",
"EditorSceneFormatImporterFBX.swift",
Expand Down Expand Up @@ -328,9 +337,13 @@ let known = [
"GLTFDocument.swift",
"GLTFDocumentExtension.swift",
"GLTFDocumentExtensionConvertImporterMesh.swift",
"GLTFDocumentExtensionPhysics.swift",
"GLTFDocumentExtensionTextureWebP.swift",
"GLTFLight.swift",
"GLTFMesh.swift",
"GLTFNode.swift",
"GLTFPhysicsBody.swift",
"GLTFPhysicsShape.swift",
"GLTFSkeleton.swift",
"GLTFSkin.swift",
"GLTFSpecGloss.swift",
Expand Down Expand Up @@ -441,6 +454,7 @@ let known = [
"MenuBar.swift",
"MenuButton.swift",
"Mesh.swift",
"MeshConvexDecompositionSettings.swift",
"MeshDataTool.swift",
"MeshInstance2D.swift",
"MeshInstance3D.swift",
Expand Down Expand Up @@ -469,6 +483,7 @@ let known = [
"NavigationLink3D.swift",
"NavigationMesh.swift",
"NavigationMeshGenerator.swift",
"NavigationMeshSourceGeometryData3D.swift",
"NavigationObstacle2D.swift",
"NavigationObstacle3D.swift",
"NavigationPathQueryParameters2D.swift",
Expand All @@ -487,6 +502,7 @@ let known = [
"Node3DGizmo.swift",
"Noise.swift",
"NoiseTexture2D.swift",
"NoiseTexture3D.swift",
"ORMMaterial3D.swift",
"OS.swift",
"Object.swift",
Expand Down

0 comments on commit 2bfcd3d

Please sign in to comment.