# Transparency

Transparent is responsible for the transparency of the object, but not for the transparency of the material. For example, during the game you will need to make the wall translucent for a while, behind which the Main Character will move. So, you can see him. The transparency option will help you to do it.

The intensity of the Opacity parameter (in Transparent mode) can be changed from 0 to 100%. If the parameter value is 0, the object will be completely transparent.

<figure><img src="/files/y9A6Ga2LCOlrvbXWJ96h" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DKnpUcjVi6feXydYmQBb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/N2RCAzkr6D62E0WbXVOv" alt=""><figcaption></figcaption></figure>

This option also considers the fact that some objects may consist of several components (objects) and some parts overlap each other.

When the opacity increases, such an object becomes opaque unevenly. And we can see where these components overlap, since in these places (areas) the transparency is less intense than in the whole object. Although all parts have the same level of transparency.

Look at the screenshot below. With the same opacity parameter of 22%, the component parts of the object in overlap areas give less transparency. It also brings the visualization of the object closer to the realities of the physical world.

<figure><img src="/files/rQPQNqsL13q2V5YrQHxb" alt=""><figcaption></figcaption></figure>


---

# 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://help.manu.co/learn/manual/materials/opacity-type/transparency.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.
