浏览代码

Merge pull request #83606 from k0T0z/enhance-process-material-doc

Clarify that some `ParticleProcessMaterial` properties have effect over the lifetime
Rémi Verschelde 1 年之前
父节点
当前提交
0734ee6383
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/ParticleProcessMaterial.xml

+ 1 - 1
doc/classes/ParticleProcessMaterial.xml

@@ -310,7 +310,7 @@
 			[b]Note:[/b] Animated velocities will not be affected by damping, use [member velocity_limit_curve] instead.
 			[b]Note:[/b] Animated velocities will not be affected by damping, use [member velocity_limit_curve] instead.
 		</member>
 		</member>
 		<member name="scale_curve" type="Texture2D" setter="set_param_texture" getter="get_param_texture">
 		<member name="scale_curve" type="Texture2D" setter="set_param_texture" getter="get_param_texture">
-			Each particle's scale will vary along this [CurveTexture]. If a [CurveXYZTexture] is supplied instead, the scale will be separated per-axis.
+			Each particle's scale will vary along this [CurveTexture] over its lifetime. If a [CurveXYZTexture] is supplied instead, the scale will be separated per-axis.
 		</member>
 		</member>
 		<member name="scale_max" type="float" setter="set_param_max" getter="get_param_max" default="1.0">
 		<member name="scale_max" type="float" setter="set_param_max" getter="get_param_max" default="1.0">
 			Maximum initial scale applied to each particle.
 			Maximum initial scale applied to each particle.