|
@@ -75,7 +75,7 @@
|
|
|
<members>
|
|
|
<member name="angle" type="float" setter="set_param" getter="get_param" default="0.0">
|
|
|
Initial rotation applied to each particle, in degrees.
|
|
|
- Only applied when [member flag_disable_z] or [member flag_rotate_y] are [code]true[/code] or the [SpatialMaterial] being used to draw the particle is using [constant SpatialMaterial.BILLBOARD_PARTICLES].
|
|
|
+ [b]Note:[/b] Only applied when [member flag_disable_z] or [member flag_rotate_y] are [code]true[/code] or the [SpatialMaterial] being used to draw the particle is using [constant SpatialMaterial.BILLBOARD_PARTICLES].
|
|
|
</member>
|
|
|
<member name="angle_curve" type="Texture" setter="set_param_texture" getter="get_param_texture">
|
|
|
Each particle's rotation will be animated along this [CurveTexture].
|
|
@@ -84,8 +84,8 @@
|
|
|
Rotation randomness ratio.
|
|
|
</member>
|
|
|
<member name="angular_velocity" type="float" setter="set_param" getter="get_param" default="0.0">
|
|
|
- Initial angular velocity applied to each particle. Sets the speed of rotation of the particle.
|
|
|
- Only applied when [member flag_disable_z] or [member flag_rotate_y] are [code]true[/code] or the [SpatialMaterial] being used to draw the particle is using [constant SpatialMaterial.BILLBOARD_PARTICLES].
|
|
|
+ Initial angular velocity applied to each particle in [i]degrees[/i] per second. Sets the speed of rotation of the particle.
|
|
|
+ [b]Note:[/b] Only applied when [member flag_disable_z] or [member flag_rotate_y] are [code]true[/code] or the [SpatialMaterial] being used to draw the particle is using [constant SpatialMaterial.BILLBOARD_PARTICLES].
|
|
|
</member>
|
|
|
<member name="angular_velocity_curve" type="Texture" setter="set_param_texture" getter="get_param_texture">
|
|
|
Each particle's angular velocity will vary along this [CurveTexture].
|
|
@@ -206,7 +206,7 @@
|
|
|
</member>
|
|
|
<member name="orbit_velocity" type="float" setter="set_param" getter="get_param">
|
|
|
Orbital velocity applied to each particle. Makes the particles circle around origin. Specified in number of full rotations around origin per second.
|
|
|
- Only available when [member flag_disable_z] is [code]true[/code].
|
|
|
+ [b]Note:[/b] Only available when [member flag_disable_z] is [code]true[/code].
|
|
|
</member>
|
|
|
<member name="orbit_velocity_curve" type="Texture" setter="set_param_texture" getter="get_param_texture">
|
|
|
Each particle's orbital velocity will vary along this [CurveTexture].
|