Component image File:OriginRadialForceComponent.pngOrigin Radial Force component as seen in the Scene Inspector
The Origin Radial Force component is used with Photon Dust to make particles have force applied on them to make them return to their original starting point over time. This was a personal addition by Frooxius.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Force
|
Float | The constant force applied to particles to make them return to where they started. |
Mode
|
RadialForceMode | how the Radial area and effect for this component is defined. |
MinDistance
|
Float | The distance from 0 where the minimum force is defined in the force gradient. |
MaxDistance
|
Float | The distance from 0 where the maximum force is defined in the force gradient. |
MinForce
|
Float | The minimum force value for the gradient. |
MaxForce
|
Float | The maximum force value for the gradient. |
OverrideForceSpace
|
direct RootSpace | The space to apply forces for this component in. |
Usage
Used in Photon Dust systems.