瀏覽代碼

Clarified particle fx properties

Björn Ritzl 6 年之前
父節點
當前提交
44ac83b2da
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docs/en/manuals/particlefx.md

+ 5 - 5
docs/en/manuals/particlefx.md

@@ -160,10 +160,10 @@ Initial Rotation
 : The initial rotation values (in degrees) for the particles.
 
 Initial Stretch X/Y
-: The initial stretch values (in degrees) for the particles.
+: The initial stretch values (in units) for the particles.
 
 Initial Angular Velocity
-: The initial angular velocity of each spawned particle.
+: The initial angular velocity  (in degrees/second) of each spawned particle.
 
 The following properties can be keyed over the life time of the particles:
 
@@ -174,13 +174,13 @@ Life Red/Green/Blue/Alpha
 : The color component tint value over each particle's life.
 
 Life Rotation
-: The rotation value over each particle's life.
+: The rotation value (in degrees) over each particle's life.
 
 Life Stretch X/Y
-: The stretch value over each particle's life.
+: The stretch value (in units) over each particle's life.
 
 Life Angular Velocity
-: The angular velocity over each particle's life.
+: The angular velocity (in degrees/second) over each particle's life.
 
 ## Modifiers