summaryrefslogtreecommitdiffstats
path: root/modules/gltf/structures/gltf_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/structures/gltf_node.h')
-rw-r--r--modules/gltf/structures/gltf_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_node.h b/modules/gltf/structures/gltf_node.h
index f3f6bfa2f1..f72b65a003 100644
--- a/modules/gltf/structures/gltf_node.h
+++ b/modules/gltf/structures/gltf_node.h
@@ -103,7 +103,10 @@ public:
void set_light(GLTFLightIndex p_light);
Variant get_additional_data(const StringName &p_extension_name);
+ bool has_additional_data(const StringName &p_extension_name);
void set_additional_data(const StringName &p_extension_name, Variant p_additional_data);
+
+ NodePath get_scene_node_path(Ref<GLTFState> p_state, bool p_handle_skeletons = true);
};
#endif // GLTF_NODE_H