diff options
author | conankzhang <conankzhang@gmail.com> | 2019-10-30 01:09:26 -0700 |
---|---|---|
committer | conankzhang <conankzhang@gmail.com> | 2019-10-30 01:09:26 -0700 |
commit | 709c1bf0516f9aaa5d4a9c7b9bae8bd6b351c027 (patch) | |
tree | e0daf4f16a574629b9025904c47a427c985d61ad | |
parent | d749b738ad3f49107ec061dfa3679b14238ff681 (diff) |
Add descriptions to setting and getting draw pass meshes.
-rw-r--r-- | doc/classes/Particles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml index fb74c5a3d4..7bfea8bce4 100644 --- a/doc/classes/Particles.xml +++ b/doc/classes/Particles.xml @@ -24,6 +24,7 @@ <argument index="0" name="pass" type="int"> </argument> <description> + Returns the [Mesh] that is drawn at index [code]pass[/code]. </description> </method> <method name="restart"> @@ -41,6 +42,7 @@ <argument index="1" name="mesh" type="Mesh"> </argument> <description> + Sets the [Mesh] that is drawn at index [code]pass[/code]. </description> </method> </methods> |