From 709c1bf0516f9aaa5d4a9c7b9bae8bd6b351c027 Mon Sep 17 00:00:00 2001 From: conankzhang Date: Wed, 30 Oct 2019 01:09:26 -0700 Subject: [PATCH] Add descriptions to setting and getting draw pass meshes. --- doc/classes/Particles.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index fb74c5a3d4b..7bfea8bce46 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -24,6 +24,7 @@ + Returns the [Mesh] that is drawn at index [code]pass[/code]. @@ -41,6 +42,7 @@ + Sets the [Mesh] that is drawn at index [code]pass[/code].