Repeat RT N times with accumulated step/scale/rotation/fade
このノードの解説は準備中です。以下のポート仕様はアプリ本体から自動生成されており、常に最新です。
入力ポート
| Port ID | 型 |
Render Texture | RenderTexture |
Repeat Count | int |
Step X | float |
Step Y | float |
Step Scale | float |
Step Rotation | float |
Fade per Repeat | float |
Phase | float |
Mirror | bool |
Tint | Color |
Tint per Repeat | float |
出力ポート
| Port ID | 型 |
Render Texture | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
countInput | int |
stepXInput | float |
stepYInput | float |
stepScaleInput | float |
stepRotInput | float |
fadeInput | float |
phaseInput | float |
mirrorInput | bool |
tintStepInput | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "RTRepeat" })