diff options
Diffstat (limited to 'modules/gltf/doc_classes/GLTFTexture.xml')
-rw-r--r-- | modules/gltf/doc_classes/GLTFTexture.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/gltf/doc_classes/GLTFTexture.xml b/modules/gltf/doc_classes/GLTFTexture.xml new file mode 100644 index 0000000000..ece5cf3fe3 --- /dev/null +++ b/modules/gltf/doc_classes/GLTFTexture.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="GLTFTexture" inherits="Resource" version="4.0"> + <brief_description> + </brief_description> + <description> + </description> + <tutorials> + </tutorials> + <methods> + </methods> + <members> + <member name="src_image" type="int" setter="set_src_image" getter="get_src_image" default="212600976"> + </member> + </members> + <constants> + </constants> +</class> |