Component:RemoteConnectionPointDriver

From Resonite Wiki
Revision as of 02:26, 15 February 2023 by imported>Kazu (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Component image 
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