From 2b8b1d7c4632e5a8b11b5dd6d974ec94ce211289 Mon Sep 17 00:00:00 2001 From: clayjohn Date: Sun, 2 Jun 2019 15:09:02 -0700 Subject: added MultiMeshInstance2D node for using MultiMesh in 2D --- doc/classes/MultiMeshInstance2D.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/classes/MultiMeshInstance2D.xml (limited to 'doc') diff --git a/doc/classes/MultiMeshInstance2D.xml b/doc/classes/MultiMeshInstance2D.xml new file mode 100644 index 0000000000..0bf243ee24 --- /dev/null +++ b/doc/classes/MultiMeshInstance2D.xml @@ -0,0 +1,27 @@ + + + + Node that instances a [MultiMesh] in 2D. + + + [MultiMeshInstance2D] is a specialized node to instance a [MultiMesh] resource in 2D. + Usage is the same as [MultiMeshInstance]. + + + + + + + + The [MultiMesh] that will be drawn by the [MultiMeshInstance2D]. + + + The normal map that will be used if using the default [CanvasItemMaterial]. + + + The [Texture] that will be used if using the default [CanvasItemMaterial]. Can be accessed as [code]TEXTURE[/code] in CanvasItem shader. + + + + + -- cgit v1.2.3