# GlobalParameterContainer

Class dealing with the accessible ParameterContainer even across the scene.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Prefab
</td>
<td>
シーンを跨ぐ際に使用する共通のParameterContainerのプレハブを指定する。
</td>
</tr>
 </tbody>
</table>


## Remarks

You need to prepare the ParameterContainer you want to share and use as a prefab.<br />
            GlobalParameterContainer referring to the same ParameterContainer prefab will now use a common ParameterContainer instance.

