BulletCSharp.btAlignedObjectArrayLink.copyFromArray C# (CSharp) Method

copyFromArray() public method

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