示例#1
0
 public CoreVec3Array(CoreVec3Array arg0) : this(VixenLibPINVOKE.new_CoreVec3Array__SWIG_2(CoreVec3Array.getCPtr(arg0)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
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);
        }
示例#3
0
 internal static HandleRef getCPtr(CoreVec3Array obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }