Difference between revisions of "RemoteConnectionPointDriver (Component)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "== 例 == [https://discord.com/channels/402159838827905024/469131434628612116/884387788651384882| Official Discord post when update (2021.9.6.614)]")
(Created page with "== 関係するコンポーネント ==")
 
Line 26: Line 26:
 
[https://discord.com/channels/402159838827905024/469131434628612116/884387788651384882| Official Discord post when update (2021.9.6.614)]
 
[https://discord.com/channels/402159838827905024/469131434628612116/884387788651384882| Official Discord post when update (2021.9.6.614)]
  
== Related Components ==
+
== 関係するコンポーネント ==
  
 
<noinclude></noinclude>
 
<noinclude></noinclude>
 
[[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]]

Latest revision as of 04:28, 15 February 2023

Other languages:
English • ‎日本語

RemoteConnectionPointDriverを使用すると、ターゲットスロットからローカルの位置、ベクトル、向き、およびサイズをDriveできます。TubeWireMeshおよびStripeWireMeshと共に使用して、別のスロットからもう一方のポイントをDriveできます。

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

Official Discord post when update (2021.9.6.614)

関係するコンポーネント