internal int GetNumReferences() { int ret = NoesisGUI_PINVOKE.BaseComponent_GetNumReferences(swigCPtr); #if UNITY_EDITOR || NOESIS_API if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } #endif return(ret); }
public static int GetNumReferences(IntPtr cPtr) { int ret = NoesisGUI_PINVOKE.BaseComponent_GetNumReferences(cPtr); return(ret); }