Example #1
0
    public static Canvas getUGUIRootComponent()
    {
#if MAKE_CS_DLL
        return((UIRoot)callStatic(UTILITY_UNITY, "getUGUIRootComponent", null));
#else
        return(UnityUtility.getUGUIRootComponent());
#endif
    }