From 7097e8add71c8ddaf4ff1cc92d84d0266626a528 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 18 Sep 2022 20:35:13 -0500 Subject: Add a way to get the GLTF extensions supported by GLTFDocumentExtension --- modules/gltf/doc_classes/GLTFDocumentExtension.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/gltf/doc_classes') diff --git a/modules/gltf/doc_classes/GLTFDocumentExtension.xml b/modules/gltf/doc_classes/GLTFDocumentExtension.xml index 205f6c0f8f..936794976d 100644 --- a/modules/gltf/doc_classes/GLTFDocumentExtension.xml +++ b/modules/gltf/doc_classes/GLTFDocumentExtension.xml @@ -30,6 +30,12 @@ + + + + Returns an array of the GLTF extensions supported by this GLTFDocumentExtension class. This is used to validate if a GLTF file with required extensions can be loaded. + + -- cgit v1.2.3