Component:RepulsionTreeItem: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 4: Line 4:
}}
}}
{{stub}}
{{stub}}
Repulsion tree item is used along side the [[Component:RepulsionTreeSimulator|Repulsion Tree Simulator Component]] to make a live repulsion tree simulation. Check the simulator's page for a more detailed explanation.
{{Note|This does lots of writes to every slot under it, this is experimental and users should not use it in a populated session due to the amount of network traffic it generates.|danger}}


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Force|Float|
|Force|Float| How much force to apply to other [[Component:RepulsionTreeItem|RepulsionTreeItems]] within range.
|Radius|Float|
|Radius|Float| The radius of influence this item has when interacting with other items.
}}
}}


Line 16: Line 19:


== See Also ==
== See Also ==
[[Component:RepulsionTreeSimulator|RepulsionTreeSimulator]]


[[Category:Components:Uncategorized{{#translation:}}|Repulsion Tree Item]]
[[Category:Components:Uncategorized{{#translation:}}|Repulsion Tree Item]]
[[Category:Components{{#translation:}}|Repulsion Tree Item]]
[[Category:Components{{#translation:}}|Repulsion Tree Item]]
[[Category:ComponentStubs]]

Latest revision as of 22:49, 21 October 2024

Component image 
Repulsion Tree Item component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Repulsion tree item is used along side the Repulsion Tree Simulator Component to make a live repulsion tree simulation. Check the simulator's page for a more detailed explanation.

This does lots of writes to every slot under it, this is experimental and users should not use it in a populated session due to the amount of network traffic it generates.

Usage

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.
Force Float How much force to apply to other RepulsionTreeItems within range.
Radius Float The radius of influence this item has when interacting with other items.

Behavior

Examples

See Also

RepulsionTreeSimulator