Ejemplo n.º 1
0
        public SWIGTYPE_p_std__setT_Ogre__Entity_p_t getSkeletonInstanceSharingSet()
        {
            global::System.IntPtr cPtr = OgrePINVOKE.Entity_getSkeletonInstanceSharingSet(swigCPtr);
            SWIGTYPE_p_std__setT_Ogre__Entity_p_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_std__setT_Ogre__Entity_p_t(cPtr, false);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_Ogre__Entity_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }