diff options
Diffstat (limited to 'modules/gltf/structures/gltf_node.h')
-rw-r--r-- | modules/gltf/structures/gltf_node.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_node.h b/modules/gltf/structures/gltf_node.h index fc2d973b7d..9c52bce0d9 100644 --- a/modules/gltf/structures/gltf_node.h +++ b/modules/gltf/structures/gltf_node.h @@ -105,7 +105,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 |