internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_Core__Plugin__IGameObjectFactory_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
    public SWIGTYPE_p_VectorT_Core__Plugin__IGameObjectFactory_p_t GetGameObjectFactories()
    {
        SWIGTYPE_p_VectorT_Core__Plugin__IGameObjectFactory_p_t ret = new SWIGTYPE_p_VectorT_Core__Plugin__IGameObjectFactory_p_t(testPINVOKE.CPluginManager_GetGameObjectFactories(swigCPtr), false);

        return(ret);
    }