Difference between revisions of "RemoteConnectionPointDriver (Component)"

From Neos Wiki
Jump to navigation Jump to search
m
m (Now not stub.)
Line 35: Line 35:
  
 
<noinclude></translate></noinclude>
 
<noinclude></translate></noinclude>
[[Category:ComponentStubs]]
 
 
[[Category:Components{{#translation:}}|Remote Connection Point Driver]]
 
[[Category:Components{{#translation:}}|Remote Connection Point Driver]]
 
[[Category:Components:Transform:Drivers{{#translation:}}|Remote Connection Point Driver]]
 
[[Category:Components:Transform:Drivers{{#translation:}}|Remote Connection Point Driver]]

Revision as of 04:26, 15 February 2023

Other languages:
English • ‎日本語

RemoteConnectionPointDriver allows driving local position, vector, orientation and size from a target Slot. It can be used with TubeWireMesh and StripeWireMesh to drive the other point from another slot.

Remote Connection Point Driver component as seen in the Scene Inspector

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
FilterThreshold Float
TargetPoint TransformRelayRef
TargetVector Float3
TargetSize Float
TargetOrientation FloatQ
LocalPoint IField<float3>
LocalVector IField<float3>
LocalOrientation IField<floatQ>
LocalSize IField<float>

Usage

  • It's not a complete physical rope simulator or anything, but it lets you connect two endpoints using the different wire mesh types. Official Discord conversation
  • Hyper convenience components that make tube meshes squishy like neurons Post in jp Community

Examples

Official Discord post when update (2021.9.6.614)

Related Components