Difference between revisions of "On Collision Stay (LogiX node)/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "'''On Collision Stay'''ノードは、<code>Other</code> コライダーが入力 <code>Collider</code> と衝突している間、毎フレーム <code>OnEvent</code> から...")
(Created page with "== 使用方法 == <code>Other</code> 出力は、入力 <code>Collider</code> と衝突しているコライダを出力します。この値は、<code>OnEvent</code>から...")
Line 10: Line 10:
 
'''On Collision Stay'''ノードは、<code>Other</code> コライダーが入力 <code>Collider</code> と衝突している間、毎フレーム <code>OnEvent</code> からインパルスを発生させます。
 
'''On Collision Stay'''ノードは、<code>Other</code> コライダーが入力 <code>Collider</code> と衝突している間、毎フレーム <code>OnEvent</code> からインパルスを発生させます。
  
== Usage ==
+
== 使用方法 ==
The <code>Other</code> output provides the collider which is colliding with the input <code>Collider</code>. This value is available for the duration of the impulse chain started from <code>OnEvent</code>.
+
<code>Other</code> 出力は、入力 <code>Collider</code> と衝突しているコライダを出力します。この値は、<code>OnEvent</code>から始まるインパルス連鎖の間、利用可能です。
  
  

Revision as of 05:28, 15 February 2022

Other languages:
English • ‎日本語
On Collision Stay
'On Collision Stay' LogiX node
Inputs
  ICollider Collider
Outputs
  Impulse OnEvent
  ICollider Other

On Collision Stayノードは、Other コライダーが入力 Collider と衝突している間、毎フレーム OnEvent からインパルスを発生させます。

使用方法

Other 出力は、入力 Collider と衝突しているコライダを出力します。この値は、OnEventから始まるインパルス連鎖の間、利用可能です。


The OnEvent impulses from On Collision Stay start the frame after an impulse would be fired by On Collision Start (LogiX node), i.e. the frame after the Collider and Other start collding.

Note that, in general, collisions where neither collider is a CharacterController (Component) will generate an impulse from OnEvent for each user in a session. This usually requires filtering the impulses such that only the ones for relevant users propagate to downstream nodes. For collisions where the Other collider is a CharacterController an impulse will only be fired for the CharacterCollider's SimulatingUser.

Examples

Tutorial from ProbablePrime on the collider event nodes:

Node Menu

NodeMenu-Physics/ja