| SnakePath2D | |
|---|---|
|
|
| Type | |
| Category | Sampling > Generation |
SnakePath2D
Description
Generates a path that goes from the top of the world to the bottom, with each cell consisting of flags that indicate their exits (up, down, left, right).
Arguments
| Type | Name (Display Name) | Description | Default |
|---|---|---|---|
| int | move_left_weight (Move Left Weight) |
There is currently no description for the argument move_left_weight. |
40 |
| int | move_right_weight (Move Right Weight) |
There is currently no description for the argument move_right_weight. |
40 |
| int | move_down_weight (Move Down Weight) |
There is currently no description for the argument move_down_weight. |
40 |
| BitmaskExclusive | left (Left) |
There is currently no description for the argument left. |
1 |
| BitmaskExclusive | right (Right) |
There is currently no description for the argument right. |
2 |
| BitmaskExclusive | down (Down) |
There is currently no description for the argument down. |
4 |
| BitmaskExclusive | up (Up) |
There is currently no description for the argument up. |
8 |
Outputs
Sample - result (Result)
There is currently no description for output result.