BulletCSharp.btAlignedObjectArrayePSolver.copyFromArray C# (CSharp) Method

copyFromArray() public method

public copyFromArray ( btAlignedObjectArrayePSolver otherArray ) : void
otherArray btAlignedObjectArrayePSolver
return void
        public void copyFromArray(btAlignedObjectArrayePSolver otherArray)
        {
            BulletSoftBodyPINVOKE.btAlignedObjectArrayePSolver_copyFromArray(swigCPtr, btAlignedObjectArrayePSolver.getCPtr(otherArray));
            if (BulletSoftBodyPINVOKE.SWIGPendingException.Pending) throw BulletSoftBodyPINVOKE.SWIGPendingException.Retrieve();
        }