MoveInFromTop
Last updated
Last updated
The MoveInFromTop Node creates a Transition from the current Scene to a chosen Scene. Starting off-screen, the chosen Scene moves in from the top of the Screen. This Transition leads to the chosen Scene covering the previous Scene, which remains static.
Scope: Project.
Attribute | Type | Description |
---|---|---|
| Float | The duration, in seconds, of the Transition, if none is given in the Input Socket. |
Input | Type | Description |
---|---|---|
| Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| SceneID | The Scene to which the current Scene will Transition to. |
| ScreenID | The Screen that contains the initial and final Scenes. |
| Float | The duration, in seconds, of the Transition. |
Output | Type | Description |
---|---|---|
| Pulse | Flows to the next Node following MoveInFromTop when the Transition starts. |
| Pulse | Flows to the next Node following MoveInFromTop when the Transition ends. |