BulletCSharp.btAlignedObjectArrayLink.copyFromArray C# (CSharp) Méthode

copyFromArray() public méthode

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