Exemple #1
0
        public virtual bool ClickLink(string path)
        {
            bool ret = (SwigDerivedClassHasMethod("ClickLink", swigMethodTypes5) ? EffekseerNativePINVOKE.GUIManagerCallback_ClickLinkSwigExplicitGUIManagerCallback(swigCPtr, path) : EffekseerNativePINVOKE.GUIManagerCallback_ClickLink(swigCPtr, path));

            return(ret);
        }