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

copyFromArray() 공개 메소드

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