BulletCSharp.btAlignedObjectArrayLink.copyFromArray C# (CSharp) 메소드

copyFromArray() 공개 메소드

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