コード例 #1
0
        public virtual int Merge(CoreVec3Array arg0)
        {
            int ret = VixenLibPINVOKE.CoreVec3Array_Merge(swigCPtr, CoreVec3Array.getCPtr(arg0));

            if (VixenLibPINVOKE.SWIGPendingException.Pending)
            {
                throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 public CoreVec3Array(CoreVec3Array arg0) : this(VixenLibPINVOKE.new_CoreVec3Array__SWIG_2(CoreVec3Array.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }