BulletCSharp.btAlignedObjectArraySBJointPtr.copyFromArray C# (CSharp) Метод

copyFromArray() публичный Метод

public copyFromArray ( btAlignedObjectArraySBJointPtr otherArray ) : void
otherArray btAlignedObjectArraySBJointPtr
Результат void
        public void copyFromArray(btAlignedObjectArraySBJointPtr otherArray)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArraySBJointPtr_copyFromArray(swigCPtr, btAlignedObjectArraySBJointPtr.getCPtr(otherArray));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }