From 9e9eac46763feec5334f50c55b5ffdd233ae6472 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Sun, 15 Jan 2023 20:33:20 +0100 Subject: Use enum instead of int in virtual methods return type --- modules/gltf/doc_classes/GLTFDocumentExtension.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/gltf/doc_classes/GLTFDocumentExtension.xml') diff --git a/modules/gltf/doc_classes/GLTFDocumentExtension.xml b/modules/gltf/doc_classes/GLTFDocumentExtension.xml index 6004de32f1..6e8340f618 100644 --- a/modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ - + Part of the export process. This method is run last, after all other parts of the export process. @@ -41,7 +41,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -87,7 +87,7 @@ - + Part of the import process. This method is run after [method _generate_scene_node] and before [method _import_node]. @@ -95,7 +95,7 @@ - + @@ -104,7 +104,7 @@ - + -- cgit v1.2.3