示例#1
0
        public SWIGTYPE_p_Ogre__ConstVectorIteratorT_std__vectorT_Ogre__InstanceBatch_p_t_t getInstanceBatchIterator(string materialName)
        {
            SWIGTYPE_p_Ogre__ConstVectorIteratorT_std__vectorT_Ogre__InstanceBatch_p_t_t ret = new SWIGTYPE_p_Ogre__ConstVectorIteratorT_std__vectorT_Ogre__InstanceBatch_p_t_t(OgrePINVOKE.InstanceManager_getInstanceBatchIterator(swigCPtr, materialName), true);

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