Declaration
public static bool AddUIToSystem(GameObject ui, UiLayer layerEnum = UiLayer.Layer_Ugc)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| ui | UI to be added to the adaptation solution |
| layerEnum | Layer to which UI is to be added |
Response
Returns whether UI is successfully added.
Description
Adds UI to the adaptation solution of ParaSpace.
