aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/MeshInstance2D.xml
diff options
context:
space:
mode:
authorPoommetee Ketson2018-02-25 13:19:42 +0700
committerPoommetee Ketson2018-02-25 15:14:25 +0700
commiteb63f7b071093238da663e00e69abbbbf490a5af (patch)
tree01347d5d9ac8d2c7d03818faf02b7e142960c5e0 /doc/classes/MeshInstance2D.xml
parentbd3b958a2545c3f4dd4afa2e69b690a3c6aa78fc (diff)
downloadgodot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.gz
godot-eb63f7b071093238da663e00e69abbbbf490a5af.tar.zst
godot-eb63f7b071093238da663e00e69abbbbf490a5af.zip
[DOCS] Sync classref with current source
Diffstat (limited to '')
-rw-r--r--doc/classes/MeshInstance2D.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/classes/MeshInstance2D.xml b/doc/classes/MeshInstance2D.xml
new file mode 100644
index 000000000..5e5af692f
--- /dev/null
+++ b/doc/classes/MeshInstance2D.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="MeshInstance2D" inherits="Node2D" category="Core" version="3.1-dev">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <demos>
+ </demos>
+ <methods>
+ </methods>
+ <members>
+ <member name="mesh" type="Mesh" setter="set_mesh" getter="get_mesh">
+ </member>
+ <member name="normal_map" type="Texture" setter="set_normal_map" getter="get_normal_map">
+ </member>
+ <member name="texture" type="Texture" setter="set_texture" getter="get_texture">
+ </member>
+ </members>
+ <constants>
+ </constants>
+</class>