# LoadLevel

Load the specified scene.

![LoadLevel](./images/LoadLevel.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Level Name
</td>
<td>
The name of the load scene.
</td>
</tr>
<tr>
<td>
Load Scene Mode
</td>
<td>
Load scene mode
</td>
</tr>
<tr>
<td>
Is Active Scene
</td>
<td>
Activate the loaded scene.(LoadSceneMode.Additive only)
</td>
</tr>
<tr>
<td>
Done
</td>
<td>
Transition at done of scene loading(LoadSceneMode.Additive only)
</td>
</tr>
 </tbody>
</table>

