Пример #1
0
    public static UIRoot getNGUIRootComponent()
    {
#if MAKE_CS_DLL
        return((UIRoot)callStatic(UTILITY_UNITY, "getNGUIRootComponent", null));
#else
        return(UnityUtility.getNGUIRootComponent());
#endif
    }