BulletCSharp.btAlignedObjectArrayeVSolver.copyFromArray C# (CSharp) Method

copyFromArray() public method

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