Component:OriginRadialForce: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Origin Radial Force
|Name=Origin Radial Force
}}
}}
The '''Origin Radial Force''' component
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 [[User:Frooxius|Frooxius]].
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Force|Float|
|Force|Float| The constant force applied to particles to make them return to where they started.
|Mode|RadialForceMode|
|Mode|RadialForceMode| how the Radial area and effect for this component is defined.
|MinDistance|Float|
|MinDistance|Float| The distance from 0 where the minimum force is defined in the force gradient.
|MaxDistance|Float|
|MaxDistance|Float| The distance from 0 where the maximum force is defined in the force gradient.
|MinForce|Float|
|MinForce|Float| The minimum force value for the gradient.
|MaxForce|Float|
|MaxForce|Float| The maximum force value for the gradient.
|OverrideForceSpace|{{RootFieldType|RootSpace}}|TypeAdv6=true|
|OverrideForceSpace|{{RootFieldType|RootSpace}}|TypeAdv6=true| The space to apply forces for this component in.
}}
}}


== Usage ==
== Usage ==
Used in [[Photon Dust]] systems.


== Examples ==
== Examples ==
Line 25: Line 25:
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Origin Radial Force]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Origin Radial Force]]
[[Category:Components{{#translation:}}|Origin Radial Force]]
[[Category:Components{{#translation:}}|Origin Radial Force]]
[[Category:ComponentStubs]]

Latest revision as of 19:21, 26 June 2025

Component image 
File:OriginRadialForceComponent.png
Origin 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

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.

Examples

See Also