Field Advect
Advects a flow field by itself (semi-fluid inertia)
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
|---|---|
Flow | FlowFieldInput |
Momentum | float |
Rate | float |
Reset | trigger |
出力ポート
| Port ID | 型 |
|---|---|
Out | FlowFieldOutput |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
momentumInput | float |
rateInput | float |
currentMomentum | float |
currentRate | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "FieldAdvect" })