# Environment Properties

An Environment Properties asset determines your scene’s global environment settings which will be used during simulation of a bullet. To create one, right click anywhere in your project file, go to **RSB>Environment Properties**. This will create a new environment properties scriptable object asset file in your project folder.

![Environment Properties scriptable object asset file.](/files/-MaIqa2rSmuT_miMG_Oy)

As you will see, environment properties determine your scene’s global settings such as gravity, temperature, wind speed etc. Your bullet simulation will be affected by these settings. Most of the time, you can leave gravity, temperature and air pressure in it’s default settings but play with the wind speed to achieve the desired wind effect. After we get our environment property ready, we need to create a **Bullet Properties** asset so we can fire that bullet.

{% hint style="info" %}
Wind Speed property is accessible in runtime, so we can for instance create a dynamically changing wind condition during our game.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rsb.inanevin.com/getting-started/environment-properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
