2021-09-09 20:42:29 -04:00

22 lines
805 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Gravity
Menu Path : **Force >** **Gravity**
The **Gravity** block applies the given force to particles. To do this, it changes the affected particles velocity.
## Block compatibility
This Block is compatible with the following Contexts:
- [Update](Context-Update.md)
## Block properties
| **Input** | **Type** | **Description** |
| --------- | ------------------------ | ------------------------------------------------------------ |
| **Force** | [Vector](Type-Vector.md) | The force vector this block applies. The default value is (0, -9.81, 0) which simulates gravity on Earth. |
## Remarks
This block only affects the particle position if you enable the **Update Position** setting in the [Update Context](Context-Update.md).