internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_GameObject_p_t__iterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_GameObject_p_t__iterator obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
        public bool is_iterator_good(SWIGTYPE_p_std__setT_GameObject_p_t__iterator swigier)
        {
            bool ret = SharpMochaPINVOKE.SetGameObjectPtr_is_iterator_good(swigCPtr, SWIGTYPE_p_std__setT_GameObject_p_t__iterator.getCPtr(swigier));

            return(ret);
        }